Display category thumbnails on the single page
-
How can I display category thumbnails on the single page (single.php)?
I try f.ex.:
<?php if(get_the_category($post->id)) { ?>
<? if (has_category_thumbnail($cat)) { the_category_thumbnail($cat); } } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display category thumbnails on the single page’ is closed to new replies.