$the_id ) );
// 記事前フック
do_action( 'arkhe_before_entry_content', $the_id );
// コンテンツ
echo '
';
the_content();
echo '
';
// 改ページナビゲーション
Arkhe::get_part( 'other/pagination' );
// 記事後フック
do_action( 'arkhe_after_entry_content', $the_id );
// フッターエリア
Arkhe::get_part( 'single/foot', array( 'post_id' => $the_id ) );
// コメントエリア
Arkhe::get_part( 'single/comment', array( 'post_id' => $the_id ) );