标签: php wordpress categories
如何使用php代码显示带有图像的wordpress类别? 我试过这个:
<?php get_the_category_list( $separator, $parents, $post_id ); ?>
但它只列出没有图像的类别。 ,我想列出与我们列出产品时的图像类别
感谢
答案 0 :(得分:0)
您可以在代码中使用<?php the_post_thumbnail(); ?>来获取类别图像。
<?php the_post_thumbnail(); ?>