VIP会员:免费下载(VIP 特惠:36元/月、129元/年)。
非VIP用户:付费后仅限单次下载,请仔细阅读 服务购买须知。
将代码添加到分类归档模板文件主循环的上面:
<?php
if ( is_category() ) {
$this_category = get_category( $cat );
}
?>
<?php
if ( $this_category->category_parent )
$this_category = wp_list_categories( 'orderby=id&show_count=0&title_li=&use_desc_for_title=1&child_of='.$this_category->category_parent."&echo=0" );
else
$this_category = wp_list_categories( 'orderby=id&depth=1&show_count=0&title_li=&use_desc_for_title=1&child_of='.$this_category->cat_ID."&echo=0" );
if ( $this_category ) { ?>
<ul>
<?php echo $this_category; ?>
</ul>
<?php } ?>
© 版权声明
NOTICE
01
DISCLAIMER
本站分享的WordPress主题/插件均遵循GPLv2 许可协议(开源软件),版权归原作者所有。如果有侵犯到您的权益,请与我们联系,将第一时间处理。
02
VIP PRIVILEGE
遇到付费内容?升级终身VIP即可全站免费畅享所有资源,自助开通会员或联系客服进行人工开通。
聊天 QQ 群:461848201
THE END



















暂无评论内容