What I am trying to do is have a widget that displays all the posts that are tagged 'auction.'
What I tried was adding this code to a text box but it does not work, any help?
<?php
query_posts('tag=auction');
?>
What I am trying to do is have a widget that displays all the posts that are tagged 'auction.'
What I tried was adding this code to a text box but it does not work, any help?
<?php
query_posts('tag=auction');
?>
Need to get Otto's php code widget and use that type of widget to execute PHP.
This topic has been closed to new replies.