Skip to content

Instantly share code, notes, and snippets.

@projoomexperts
Created March 13, 2015 10:59
Show Gist options
  • Save projoomexperts/4c4319474b42463b2c17 to your computer and use it in GitHub Desktop.
Save projoomexperts/4c4319474b42463b2c17 to your computer and use it in GitHub Desktop.
Change number of products visible in woocommerce page
add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 24;' ), 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment