-
term_id;
$if_parent = TRUE;
$breadcrumb = "";
while ($if_parent == TRUE) {
$cat_object = get_category($cat_id);
$cat = $cat_object->term_id;
$categoryURL = get_category_link($cat);
$name = $cat_object->name;
$cat_id = $cat_object->parent;
$add_link = '- ' . $name . '
';
$breadcrumb = substr_replace($breadcrumb, $add_link, 0, 0);
if ($cat_id == 0) {
$if_parent = FALSE;
}
}
echo $breadcrumb;
?>
-
';
}
}
}
the_content();
wp_link_pages(
array(
'before' => '',
'next_or_number' => 'next',
'previouspagelink' => '',
'nextpagelink' => __('
下一页', 'kratos')
)
);
if (!empty(kratos_option('single_ad_bottom_group'))) {
foreach (kratos_option('single_ad_bottom_group') as $group_item) {
if ($group_item['ad_switcher']) {
echo '
';
}
}
}
?>
__('知识共享署名 4.0 国际许可协议', 'kratos'),
'two' => __('知识共享署名-非商业性使用 4.0 国际许可协议', 'kratos'),
'three' => __('知识共享署名-禁止演绎 4.0 国际许可协议', 'kratos'),
'four' => __('知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议', 'kratos'),
'five' => __('知识共享署名-相同方式共享 4.0 国际许可协议', 'kratos'),
'six' => __('知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议', 'kratos'),
);
echo '