Parse error

خرید بک لینک
سلام دوستان ی قسمتی ب فایل فانکشن اضافه کردم با این خطا مواجه شدم

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 تاريخ: شنبه 22 اسفند 1394 ساعت: 22:59

صفحه بندی