post_content; if ( ! empty( $page_content ) ) { // the_content()を参考: https://core.trac.wordpress.org/browser/tags/5.8/src/wp-includes/post-template.php#L243 $page_content = apply_filters( 'the_content', $page_content ); $page_content = str_replace( ']]>', ']]>', $page_content ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo '
' . $page_content . '
'; } } // 投稿一覧 Arkhe::get_part( 'post_list/main_query', array( 'list_type' => apply_filters( 'arkhe_list_type_on_home', ARKHE_LIST_TYPE ), ) ); // ページャー the_posts_pagination( array( 'mid_size' => 2, // 'screen_reader_text' => 'ページネーション', ) );