Adding a list of posts with a particular tag within the loop
-
Hi,
I’d like to display a list of posts that have been tagged with a particular tag within a post. I tried placing
<?php query_posts("tag=favourite&showposts=10"); ?>
within mysingle.php
file, but because it was in the loop it messed up my comments.Is there another way of doing this?
TIA
Leon
- The topic ‘Adding a list of posts with a particular tag within the loop’ is closed to new replies.