display specifically tagged post in widget
-
What I want to do is display a list of all the posts that have a certain tag in a widget on the side bar.
The particular tag I am using is ‘auction.’
I tried this in a text widget:
<?php
query_posts(‘tag=auction’);
?>and it returns nothing. any help?
-
Do you have a wordpress.com blog? That looks to me like code from a wordpress.org blog, in which case you’re in the wrong forum.
-
-
- The topic ‘display specifically tagged post in widget’ is closed to new replies.