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?