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!
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
Thanks!!
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