Tags place under post
-
I would like to have my tags just under my post. Just like the category that the post belongs to.
The problem is I want the tags on the left side and the category on the right side by in the same line.
My code at this part is…
<div class="entry-bottom"> <span class="categories"><?php the_tags('Relevant tags: ',', '); ?></span> <span class="categories"><?php the_category(', '); ?></span> </div>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Tags place under post’ is closed to new replies.