I have been using this snippet to show tags within posts,.. in a list:
<?php the_tags('<ul class="tags"><li>Tags: </li><li>',',</li><li>','</li></ul>'); ?>
But, am now seeing that even though the tags for a post are correct in the admin page,.. the tags showing on that page are for another post !!!
What can be done about this??
What would cause the 'the_tags();' function to pull the incorrect tags for a post?
Any help is greatly appreciated.