Parse error: syntax error, unexpected '<' in /home/totin/public_html/wp-content/themes/kutetheme/functions.php on line 600
که کلا لاین600ندارم قسمت آخر کد ها اینه:
if( ! function_exists( 'kt_list_cats' ) ){
function kt_list_cats( $num ){
$temp = get_the_category();
$cat_string = "";
$count = count( $temp );// Getting the total number of categories the post is filed in.
for( $i = 0; $i < $num && $i < $count; $i++ ){
//Formatting our output.
$cat_string .= '<a href="' . esc_url( get_category_link( $temp[$i]->cat_ID ) ) . '">' . esc_html( $temp[$i]->cat_name ) . '</a>';
if( $i != $num - 1 && $i + 1 < $count)
$cat_string .= ', ';
}
$allowed_html = array(
'a' => array(
'href' => array (),
'title' => array ()
)
);
echo wp_kses( $cat_string, $allowed_html );
}
}
[/align]
php مرکز کد های سایت...ما را در سایت php مرکز کد های سایت دنبال میکنید
برچسب: نویسنده: استخدام کار بازدید: 135