How to display category and tag on posts on the home page?
-
Hi,
I’m trying to add a category and tag to posts that appear on the home page.
I tried adding this to content-excerpt.php, inside the <div> with the class “col-md-12 post-thumbnail-wrap”:
<h5 class="cat-links"><?php the_category(); ?></h5>
However, the category appears above the entry date.
Ideally, I would like the category in the place of the entry date. And I would like to move the entry date to the bottom of the excerpt text.
Thank you in advance.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to display category and tag on posts on the home page?’ is closed to new replies.