简体   繁体   English

WordPress页面中的分页不起作用

[英]Pagination in WordPress page not working

I'm using the WordPress theme mystile and the WooCommerce plugin, but the paging does not work properly. 我正在使用WordPress主题mystile和WooCommerce插件,但是分页无法正常工作。 The paging appears only on the home page, but it does not appear on other pages. 该分页仅出现在主页上,而没有出现在其他页面上。 I would like to put pagination on all pages, but I can not. 我想在所有页面上进行分页,但是我不能。 I also want to limit the number of products that appear on the home page. 我还想限制主页上显示的产品数量。 Right now, 12 products always appear, but I would like only 8 to appear. 目前,总是会出现12种产品,但我只希望出现8种。

Can someone help me? 有人能帮我吗?

Try to add this code on page.php and single.php 尝试在page.php和single.php上添加此代码

<div class="navigation"><p><?php posts_nav_link(); ?></p></div>

Regarding the product count, please go to Settings->Reading 关于产品数量,请转到“设置”->“阅读”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM