My shop is only showing 4 products per page. How do I change this? My theme is foodie pro. My website is purerawgoodness.com
I've tried adding this code, but it makes no differance.
// Display 24 products per page. Goes in functions.php
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );