!
也想出现在这里? 联系我们
广告位

如何调用WordPress父子分类目录

相信有很多使用 WordPress 模板的博友,把分类目录列表显示在博客首页,有利于提高用户体验。WordPress 经常用到的博客分类目录调用函数是 wpr - - U o j C -_$ , g + P 0list_cats,对于该函数,普通博主可能只会简单地应用,其实通过给它设置不同的参数,可以显示不同的分类目录列表的效果。在当前分类或者正文页面想调用显示与当前分类存在父子关系的分类目录时会用到。

代码一:

将下面代码加到主题模板适当位置,比如侧边栏:

  1. // CSS样式j $ Y h q A = d @可以自己修改
  2. <style>.crumbs_wrap #cat_list{border-t] e / @ z \ { T 8op: 1px #eee solid;margin: 20px -20px 0;pa, . Rdding: 20px 0 0;}.crumbs_wrap ul{text-align: left;}</style>
  3. <?php
  4. $current = "&q9 z D k t Q 1 7 }uot;;
  5. if(is_single()){
  6. $parent = get_the_category();
  7. $parent = $parent[0];
  8. $cura e O r ~ B j .rent = "&current_category=".$parent->term_im = +d;
  9. }else if(is_categorp ) j py()){
  10. global $cat;
  11. $parent = get_category($cat);
  12. }
  13. if($parent->category_parent != 0)- c ] , X %;{
  14. $cat_id = $parent->category_parent;
  15. $parent = get_category($cat_id);
  16. if($parent->category_parent != 0)L t - + y3;
  17. $cat_id = $parent-3 K d l ) l s q>category_parent;
  18. }else{
  19. $cat_id = $parent->term_id;
  20. }
  21. }else{
  22. $cat_id = $parent->teW Y A Y Arm_id;
  23. }
  24. ?&& u H =gt;
  25. <?php if(!is_page(7 F :)) { ?>
  26. <h3] 5 -><?php echo $parent->cat_name; ?><spant & k N b i e><?php echo $parent->slug; ?>&- i ^ * 0 n M p plt;/span></h3>
  27. <ul id="cat_list">
  28. <?php wp_list_categories("tH - \ *itle_li=&child_of=$cat_idI I M j w".$current); ?>U X g t
  29. </ul>
  30. <?php } ?>

代码二:

将下面代码加到主题 function.php 模板文件中:

  1. function get_c@ = 7 {ategory_root_id( ( R 6 8 J0;$cat)
  2. {
  3. $this_category = get_categoryW y E y Z - w 1 6($cat); // 取得当前分类
  4. while($this_category->category_parent) // 若当前分类有上级分类时,循M 5 Q
  5. {
  6. $this_category =s M / x # 6 7 N q get_category($this_category3 [ F L Q 7 h ] c->category_pV f 6 t Q :arent); // 将当前分类设为上级分类(往上爬)
  7. }
  8. return $thil ~ 7 D z 1s_category->term_id; // 返回根分类的id号
  9. }

调用显示代码加到主题模板的Z } i S \ / \适当位置:

  1. <?I k # : 1 b 0 dphp
  2. if(is_categZ O & G x $ory())
  3. {
  4. if(get_category_Y q P g I e (children(get_category_root_id(the_catep b zgz j \ lory_ID(falseU i \ F B)))!= "" )
  5. {
  6. echo '<ul>';
  7. echo wp_lL / C Wist_categories("child_of=".get_category_root_id(the_category_ID(false&* q I#41;). "&deptx J l ] l I 0 Hh=0&hide_empty=0&title_li=&orm , H ;derby=id&ord& @ \ | 6er=ASC");
  8. echo '</ul>';
  9. }
  10. }- t & J d v 9 z q
  11. ?>

显示 WordPress 父子分类目录

当需要显示* { I S a文章的父分类和当前分类链接时,我F t I * = $ 7们可以使用这段代码:

  1. $categories = get_the_categ= 9 m s , Hory();
  2. echo '<ul>';
  3. echo '<li> Parent Category: ';
  4. foreach&L L n d l#40; $categories as $category ){
  5. if($category->parent != 0){
  6. $parent_category = get_term( $category->parent )& ] V X K & c d Y;
  7. echo '<a href="' . esc_urli g [ l & , m U40; get_categoP \ h R % rry_link($paree 6 \nt_category->term_id)) . '&3 ! D f Tquot;>' . esc_HTML($parent_categoryh z h 7 4 \ * Q t->name) . ' </a>';
  8. break;
  9. }
  10. }
  11. echo '</li>';
  12. echo '<li>Subcategory: ';
  13. foreach( $categories as $category ){
  14. if($category->parent != 0){
  15. echo '<a href="' . esc_| / [url( get_category_link? @ [ Z ] i ] Ls b I0;$category->term_id)) . '">' . esc_htmll $ i ~ h a ) i k0;$category->name) . ' </a>';
  16. }
  17. }
  18. echo '</li><\ I V g n 0 Y j k/ul>';

给TA打赏
共{{data.count}}人
人已打赏
WordPress教程

WordPress 忘记密码重置的四种办法

2022-11-4 11:10:03

WordPress教程

WordPress文章链接生成出二维码图片

2022-11-4 11:11:16

下载说明

  • 1、微码盒所提供的压缩包若无特别说明,解压密码均为weimahe.com
  • 2、下载后文件若为压缩包格式,请安装7Z软件或者其它压缩软件进行解压;
  • 3、文件比较大的时候,建议使用下载工具进行下载,浏览器下载有时候会自动中断,导致下载错误;
  • 4、资源可能会由于内容问题被和谐,导致下载链接不可用,遇到此问题,请到文章页面进行反馈,以便微码盒及时进行更新;
  • 5、其他下载问题请自行搜索教程,这里不一一讲解。

站长声明

本站大部分下载资源收集于网络,只做学习和交流使用,版权归原作者所有;若为付费资源,请在下载后24小时之内自觉删除;若作商业用途,请到原网站购买;由于未及时购买和付费发生的侵权行为,与本站无关。本站发布的内容若侵犯到您的权益,请联系本站删除,我们将及时处理!
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索