在单个页面上突出显示当前Wordpress类别';wp#u list';

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在单个页面上突出显示当前Wordpress类别';wp#u list';相关的知识,希望对你有一定的参考价值。

Uses the 'current_category' parameter of 'wp_list_categories'. Add relevant CSS as appropriate...
  1. <?php // ...for 'wp_list_categories'
  2. if(is_single()) {
  3. $category = get_the_category();
  4. $class .= $category[0]->cat_ID;
  5. }?>
  6. <?php wp_list_categories('orderby=id&child_of='.$categoryObj->category_parent.'&hide_empty=0&title_li=&use_desc_for_title=0&exclude=5&current_category='.$class); ?>

以上是关于在单个页面上突出显示当前Wordpress类别';wp#u list';的主要内容,如果未能解决你的问题,请参考以下文章

突出显示存档中的类别 - WordPress

突出显示单个页面的 wordpress 导航链接

Wordpress wp_list_categories,如何突出显示“所有类别”

在自定义导航栏 wordpress 中突出显示当前页面

php 在单个帖子#wordpress上显示自定义类别

WordPress中单个类别的存档页面