如何列出带和不带子项的自定义分类的父项链接?

时间:2013-03-25 作者:user29489

我有一个自定义的帖子类型“projects”,它是由一个自定义的“industry”分类法分类的,它是继承人的。项目和;子项目分配给各行业。例如,“学术”行业包括、大学、社区学院和;K-12。我需要显示项目列表。

例如:

Academic
  -University
  -Community College
  -K-12
     -- Gordon Elementery
     -- West Lake High School
          --- Gymnasium
          --- Admin Building
          --- Cafeteria
     -- Jefferson Elementary
现在,它列出了包括子项目在内的所有项目

基本上,如果术语没有“子术语”,它将链接到单个。该术语的php。我还需要它列出父术语,如果该术语有“子术语”或子术语。

我一直在玩弄get\\u term\\u children(),但似乎不知道如何解决这个问题。如有任何建议,将不胜感激。谢谢

2 个回复
SO网友:ceruleus

下面是函数的一些基本设置MavBzh 已提及。

<?php
$args = array(
    \'title_li\'          => \'\',
    \'taxonomy\'          => \'industry\',
    \'show_option_none\'  => \'\',
);
?>

<ul><?php wp_list_categories( $args ); ?></ul>

SO网友:MavBzh

我认为你最好使用wp_list_categories 函数并使用分类法参数。然后,您将可以访问比使用*get\\u term\\u children*更多的参数(深度、父级、child\\u of、hide\\u empty等)

结束

相关推荐

使用PHP和jQuery获取选定的值

我有一个表单,我正在使用它从前端更新用户配置文件,我有国家选择。<form method="post" id="adduser" action="<?php the_permalink(); ?>"> <select id="te" name="usercountry_id"> <option value="