Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1477429

    NSFW
    Hello, Can you get me some CSS code to make the default products displayed per page to 45 or all? I need this for the Categories pages and all product pages, so there is no Pagination.

    thanks!

    #1477585

    Hey bemodesign,
    For your category page I added this to your wp snippets plugin:

    add_filter( 'loop_shop_per_page', function ( $cols ) {
        return -1; 
    }, 20 );

    please check.

    Best regards,
    Mike

    #1477586

    Thanks!!

    #1477588

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the Number of WooCommerce Products Displayed Per Page’ is closed to new replies.