Hi all,
Can I query multiple posts knowing their ID's? Something like
query_posts('p=10,11,12,15');
Actually this one os not working, is there a solution?
Hi all,
Can I query multiple posts knowing their ID's? Something like
query_posts('p=10,11,12,15');
Actually this one os not working, is there a solution?
Check out the post__in parameter in query_posts.
Thanks, I found it but after posting this topic.
Anyways, thanks!
This topic has been closed to new replies.