WordPress获取类别和子类别

我已经建立了面包屑系统, 只需要一件事。

目前, 我具有以下结构:-类别-子类别

我的代码如下:

if ( is_category() ) {

            // Category page
            echo '<li class="item-current item-cat"><span class="bread-current bread-cat">' . single_cat_title('', false) . '</span></li>';

        }

但这仅显示:主页>子类别

我想显示:主页>类别>子类别

你能帮忙吗?谢谢!


#1


你可以使用’get_category_parents()’查看链接

来源:

https://www.srcmini02.com/66132.html

微信公众号
手机浏览(小程序)
0
分享到:
没有账号? 忘记密码?