静态页面必须是最近的 post 页面

Static page must be recent post page

我有问题。 我需要制作一个 WordPress 网站。 我想在页面 "News" 中显示最近的帖子。 但我有一个主页,它需要看起来与新闻页面完全一样。 但是我真的只能做一个最近的帖子页面吗?

提前致谢

不,您可以拥有任意数量的 "recent posts" 页。

您需要创建一个 custom page template, and use something like WP_Query() or wp_get_recent_posts() 来查询数据库中的最新帖子。