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.
产品页面中不显示用于分页的导航箭头键。我在 wordpress 3.4.2 版本中使用了 woocommerce 插件。
在您拥有足够的产品以拥有 2 个或更多页面之前,它们将不可见。
不记得为什么会这样。我认为这是因为每页的 wordpress 帖子在您的设置中设置为“n”,因此 woocommerce 遵循该设置(仅显示“n”个产品)无论如何修复它打开您的 functions.php 文件并插入: add_filter('loop_shop_per_page' , create_function('$cols', 'return 4;'));