$the_id ) ); } // コンテンツ前フック do_action( 'arkhe_before_page_content', $the_id ); // コンテンツ echo '
'; the_content(); echo '
'; // 改ページナビゲーション Arkhe::get_part( 'other/pagination' ); // コンテンツ後フック do_action( 'arkhe_after_page_content', $the_id ); // コメント Arkhe::get_part( 'page/comment', array( 'post_id' => $the_id ) );