WordPress显示最新文章
WordPress显示最新文章
Mr.阿布白调用最新文章
1 | <?php $rand_posts = get_posts('numberposts=10&orderby=date');foreach($rand_posts as $post) : ?> |
调用最新五篇文章
1 | <?php query_posts('showposts=5'); ?> |
调用分类ID为1的分类下的五篇最新文章
1 | <?php $rand_posts = get_posts('numberposts=5&category=1&orderby=date');foreach($rand_posts as $post) : ?> |
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果