Wordpress - specfic post in specific place Get link Facebook X Pinterest Email Other Apps - February 07, 2011 within $post_id = 26; $queried_post = get_post($post_id); $title = $queried_post->post_title; echo $title; echo $queried_post->post_content; Read more