Forums
Home / Plugin: A-Z Listing / Pagination for Woocomerce??
(@kneedeepdesign)
5 years, 9 months ago
Hi,
Is it possible to use this plugin to paginate through woocommerce products alphabetically, based on product names?
Thanks.
(@diddledani)
yes you can! ?? You will want to try a shortcode similar to this:
[a-z-listing display="posts" post-type="product"]
If you want to restrict to products assigned to particular categories you can do:
[a-z-listing display="posts" post-type="product" taxonomy="product_cat" terms="category-to-use,another-category"]