Woocommerce - Showing 1 page instead of 4 pages for products on sale

。_饼干妹妹 提交于 2019-12-13 16:22:57

问题


I've got 44 products on sale, and when I put WooCommerce shortcodes

[sale_products per_page="12"]

I'm getting only 12 products on sale, i.e. 1 page instead of 4 pages.

What's wrong?

I'm using: WP 4.4.1, WC 2.5.1, Mystile theme.


回答1:


Look at "The ‘per_page’ Argument" section on the documentation, it states:

Please note: the ‘per_page’ shortcode argument will determine how many products are shown on a page. This will not add pagination to the shortcode.



来源:https://stackoverflow.com/questions/35108785/woocommerce-showing-1-page-instead-of-4-pages-for-products-on-sale

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!