我用过 -
<?php the_category( ' & ' ); ?>
以-ie格式显示多个类别;一般新闻&amp;精选
我正在尝试将此作为变量添加,并且只能输出一个类别,但不会更多,即使帖子属于多个类别。
我现有的代码是 -
$post_category = get_the_category();
$html .= '<p>Posted in' . $post_category[0]->cat_name . '</p>';
如何将其输出为类似的内容 - 发布在General News&amp;精选
感谢
答案 0 :(得分:0)
请参阅 get_the_category_list()函数。
http://codex.wordpress.org/Function_Reference/get_the_category_list