'; the_content(); echo ''; // 改ページナビゲーション Arkhe::get_part( 'other/pagination' ); // 記事後フック do_action( 'arkhe_after_entry_content', $the_id ); // フッターエリア Arkhe::get_part( 'single/foot' ); // コメントエリア if ( Arkhe::is_show_comments() ) comments_template();