diff --git a/single.php b/single.php index a868152..ae5f4b5 100644 --- a/single.php +++ b/single.php @@ -3,7 +3,7 @@ * 文章内容 * @author Seaton Jiang * @license MIT License - * @version 2020.03.16 + * @version 2020.06.08 */ get_header(); @@ -27,6 +27,7 @@ $select_col = $col_array[kratos_option('g_article_wodgets', 'two_side')]; term_id; $if_parent = TRUE; + $breadcrumb = ""; while ($if_parent == TRUE) { $cat_object = get_category($cat_id); $cat = $cat_object->term_id;