Retrieve a Particular Post or Page
Retrieve a Particular Post <?php // retrieve one post with an ID of 5 query_posts(‘p=5’);Â Â Â Â Â ?> If you want to use the Read More functionality with this query, you will need to set the global $more variable to 0. <?php… Read moreRetrieve a Particular Post or Page