Change number of products displayed per page

Display 24 products per page.

Goes in functions.php add_filter( ‘loop_shop_per_page’, create_function( ‘$cols’, ‘return 24;’ ), 20 );

Was this article helpful?

Related Articles