Hello,
I'm trying to generate 2 seperate post listings on a page using RunPHP plugin on a WP site.
The posts are supposed to come out of 2 different categories and the posts are tagged with a specified tag:
<?php query_posts('cat=7&tag=2007+2008'); ?>
When I add another query <?php query_posts('cat=11&tag=2007+2008');
later on the page, It doesn't seem to work, the posts of the second query do not get listed.
Any help on how to get this done is highly appreciated.
Kind regards,
RaGoe