芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/blog.ycreate.jp/wp-content/themes/swell/parts/post_list/loop_sub.php
have_posts() ) : $not_founded_text = __( '記事が見つかりませんでした。', 'swell' ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped echo apply_filters( 'swell_posts_404_text', '
' . $not_founded_text . '
' ); return; endif; // ループ $loop_ct = 0; echo '
'; while ( $the_query->have_posts() ) : $the_query->the_post(); // インフィード if ( $infeed_interval && $loop_ct && ( 0 === $loop_ct % $infeed_interval ) ) : SWELL_Theme::get_parts( 'parts/post_list/infeed_ad', $loop_ct ); endif; SWELL_Theme::get_parts( 'parts/post_list/' . $parts_name, $li_args ); $loop_ct++; endwhile; echo '
'; wp_reset_postdata();