List/Grid Tag Archives: find content

Find a content with post id in wordpress

Find a content with post id in wordpress

The following example will show the content of post id 30 <?php $post_id = 30; $post = get_post($post_id); $title = $post->post_title; echo $title; echo $post->post_content; ?> You can customize this… Read more »


© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.