• Hi,

    Is it possible to use this plugin to paginate through woocommerce products alphabetically, based on product names?

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author Dani Llewellyn

    (@diddledani)

    Hi,

    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"]
    
Viewing 1 replies (of 1 total)
  • The topic ‘Pagination for Woocomerce??’ is closed to new replies.