Quote:
Originally Posted by Mr Spock
How do You get the tags to appear underneath your post?
|
Quote:
Originally Posted by Simon
|
Simple tags is a great plug-in and if your using it put this at the bottom of the WP loop in your index file
Code:
<?php st_the_tags(''); ?>
If your using WP tagging its this
Code:
<?php the_tags(''); ?>
Ultimate tag warrior was a fantastic plug in, unfortunately it's never been updated to work beyond 2.1x