query_posts by tag and showposts
-
I can’t seem to get this to work (even though it seems like it should from the codex).
<?php if (have_posts()) : ?> <?php query_posts("showposts=4&tag=featured"); ?> <?php while (have_posts()) : the_post();?>
Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘query_posts by tag and showposts’ is closed to new replies.