Display Category of Post
-
Hello,
I’m using this to display top posts in the theme on index.php:
<?php if ( function_exists('tptn_show_pop_posts') ) tptn_show_pop_posts(); ?>
How would I also include the category that the post is in? I tried:
<?php the_category(', ') ?>
However, it just selected the first category.
Any help would be appreciated. Thank you!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display Category of Post’ is closed to new replies.