Tagged Questions
0
votes
1answer
1k views
query_posts doesnt show pages with given ID when post_type => page
At the moment I am working on a WP-site, which on the frontpages has 3 excerpts of other pages on it.
The code I am trying to use for this is as following:
<?php query_posts(array('post_type' ...