We have tried everything we can think of, and can’t get a different number of products to display.
Changes tried.
legenda/framework/theme-options.php
line 940->24
functions.php (in child theme folder)
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ), 20 );
Obviously, we’ve tried to change the options in the front end through the admin panel as well.
Help would be appreciated.