RedCherry - the blog looks FINE!
Quote:
Originally Posted by walrus
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.
|
That was a huge help for me too Walrus - thanks