Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的主页上添加一个按钮以显示更多帖子。目前,我将 posts_per_page 设置为 9。我想包含一个按钮,可以在循环中再添加 3 个帖子,但没有运气找到如何做这样的事情。
请注意,我不想使用该按钮从主页重定向,只需在每次单击该按钮时将 posts_per_page 增加 3。
任何帮助将不胜感激!
试一试:http ://wordpress.org/plugins/ajax-pagination
过去使用过,似乎可以完成这项工作!