神谷ソウヘイのブログページです

メイン画像
神谷宗幣 (かみやソウヘイ)

最近の動向

10, ‘paged’ => $paged, ‘orderby’ => ‘post_date’, ‘order’ => ‘DESC’, ‘post_type’ => ‘post’, ‘post_status’ => ‘publish’ ); $the_query = new WP_Query($args); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); // 固定ページ用の「続きを読む」表示 global $more; $more=false; get_template_part( ‘content’, get_post_format() ); endwhile; else: get_template_part( ‘content’, ‘none’ ); endif; if ($the_query->max_num_pages > 1) { echo paginate_links(array( ‘base’ => get_pagenum_link(1) . ‘%_%’, ‘format’ => ‘page/%#%/’, ‘current’ => max(1, $paged), ‘total’ => $the_query->max_num_pages )); } wp_reset_postdata(); ?>