以前发过一篇类似的循环结构,只不过那篇是在文章页内使用的循环,而本篇的循环结构是要在首页用到的。

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
循环放置处
<?php endwhile; ?>
<?php else : ?>
无文章后的提示
<?php endif; ?>

另:上次的那篇文章放置了错误代码,现已经更改。

https://www.zhutihome.net/7436.html

参与评论