Quote:
Originally Posted by grandmascrotum
Looks nice 
Walrus... can you explain again how to get the tags under the post? I'm using 2.5.1 but I don't see anything about that under Manage -> tags
|
ronnie is right it needs to be a part of the theme. Edit "the loop" in your main index and add
Code:
<?php the_tags(); ?>
if your using WP's tagging system or
Code:
<?php st_the_tags(); ?>
if your using simple tags.