アーカイブページやトップページに投稿した記事を表示したい

<?php
$page_id = 19;
$mes = get_page($page_id);
echo $mes->post_content;
?>