这
add_action(\'init\', function() {
add_rewrite_rule(\'^foo\', \'index.php?category_name=category1\', \'top\');
});
工作并允许
example.com/foo/ 显示来自
category1.
但是分页不起作用。
本页底部有一个链接,显示;“旧帖子”;,然后重定向到example.com/foo/page/2/.
Question: how to have example.com/foo/page/2/ display all the posts from category1, page 2?(无第三方插件)