Hi Can someone please help me with a a query to get any specific post to show on my main blog homepage
How do i adapt this?
<?php $the_query = new WP_Query('');
I want to get this post
blogid=10&postid=6
Any ideas?
If you can suggest the best query method to allow for flexible presentation of attachments, more tag etc...
Thanks