wordpress调用指定文章,调用第2篇文章,第3篇文章等。
2024-01-23 15:44:58 # 技术
1
2
<?php if (have_posts()) : the_post(); ?>
<?php endif;>

正常调用的情况下,想跳过几篇文章就复制几次。