Number of products per page on brand pages…
-
Is there an alternate function to set the number of products per page on the Brand pages? It seems stuck at a low 10 per page.
It does not seem to follow the setting of the ‘loop_shop_per_page’ filter used for the regular catalog pages.
// Display 24 products per page. Goes in functions.php add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
This would be a good setting for the settings page too by the way.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Number of products per page on brand pages…’ is closed to new replies.