list more products
-
By default page shows only 10 products. I’ve tried adding the following code to functions.php but this does not fix the issue.
// Display 24 products per page. Goes in functions.php
add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ), 20 );
The topic ‘list more products’ is closed to new replies.