-
-
+
term_id;
@@ -34,7 +36,7 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
$categoryURL = get_category_link($cat);
$name = $cat_object->name;
$cat_id = $cat_object->parent;
- $add_link = '- '.$name.'
';
+ $add_link = '- ' . $name . '
';
$breadcrumb = substr_replace($breadcrumb, $add_link, 0, 0);
if ($cat_id == 0) {
$if_parent = FALSE;
@@ -42,27 +44,38 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
}
echo $breadcrumb;
?>
- -
+ -
';
+ if (kratos_option('s_singletop', false)) {
+ if (kratos_option('s_singletop_url')) {
+ echo '
';
}
- echo '
';
- if(kratos_option('s_singletop_links')){
+ echo '
';
+ if (kratos_option('s_singletop_url')) {
echo '';
}
}
@@ -81,8 +94,8 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
'before' => '',
'after' => '',
'next_or_number' => 'number',
- 'link_before' =>'
',
- 'link_after'=>''
+ 'link_before' => '
',
+ 'link_after' => ''
)
);
wp_link_pages(
@@ -94,18 +107,18 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
'nextpagelink' => __('
下一页', 'kratos')
)
);
- if(kratos_option('s_singledown',false)){
- if(kratos_option('s_singledown_links')){
- echo '
';
+ if (kratos_option('s_singledown', false)) {
+ if (kratos_option('s_singledown_url')) {
+ echo '';
}
- echo '
';
- if(kratos_option('s_singledown_links')){
+ echo '
';
+ if (kratos_option('s_singledown_url')) {
echo '';
}
}
?>
- __('知识共享署名 4.0 国际许可协议', 'kratos'),
'two' => __('知识共享署名-非商业性使用 4.0 国际许可协议', 'kratos'),
@@ -116,16 +129,20 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];
);
$select_cc = $cc_array[kratos_option('g_cc', 'one')];
echo '
';
- printf( __( '本作品采用 %s 进行许可','kratos' ) , $select_cc );
+ printf(__('本作品采用 %s 进行许可', 'kratos'), $select_cc);
echo '
';
} ?>
@@ -134,20 +151,20 @@ $select_col = $col_array[kratos_option('g_article_widgets', 'two_side')];