Just like in title.
How can I make the tags display at the bottom of post?
Just like in title.
How can I make the tags display at the bottom of post?
Use the_tags().
example for that ?
<? the_tags() >
or what ?
<?php the_tags(); ?>
...will do. It was display the tags associated with the post in the default format. There are other variables in the code which can help you customize how you want your tags to appear that's explained on the page haochi provided.
This topic has been closed to new replies.