Posts $id = 0; // add the ID of the page where the zero is $p = get_page($id); $t = $p->post_title; echo ‘‘.apply_filters(‘post_title’, $t).’‘; // the title is here wrapped with h3 echo apply_filters(‘the_content’, $p->post_content);