在循环内显示与帖子ID关联的所有子类别

时间:2015-06-26 作者:egr103

我正在遍历所有帖子,并试图输出与每个帖子相关的类别nicename。因此,如果有类别A、B和C,并且帖子X只与类别A和C关联,那么我只想输出类别A和C的nicename。

以下是循环:

<?php $subs = new WP_Query( array( \'post_type\' => \'case-study\' ));
      if( $subs->have_posts() ) : while( $subs->have_posts() ) : $subs->the_post(); ?>

      <?php the_title(); ?>

      <p>Associated Child Categories</p>
      //Show nicenames of each child category associated to each post
      <?php $category = get_categories($post->ID);
            foreach(($category) as $cats) { echo $category->category_nicename; }?>

<?php endwhile; endif; ?>

1 个回复
最合适的回答,由SO网友:Pieter Goosen 整理而成

您应该使用get_the_categories()

返回一个对象数组,分配给帖子的每个类别对应一个对象。通过将post id作为参数传递,可以在循环外部使用此标记。

$categories = get_the_categories();
var_dump( $categories );

结束

相关推荐

While loop with bootstrap

可以从引导程序中使用手风琴进行while循环吗?我正在尝试从高级自定义字段中使用repeater add pro附加组件制作常见问题部分。所有的问题都出现了,但他们都找到了第一个答案。我怎样才能做到这一点? <div class=\"panel-group\" id=\"accordion\" role=\"tablist\" aria-multiselectable=\"true\"> <?php if(get_field(\'faq_general_