http://codex.wordpress.org/Function_Reference/get_post
adresindeki fonksiyonu kullanarak ID'sini bildiğin bir sayfayı/yazıyı alıp yazdırabilirsin.

$post_7 = get_post(7);
$icerik= $post_7->post_content;
?>

Yazdırabileceğiniz bilgiler için adresteki bilgileri inceleyin.