Skip to content

Instantly share code, notes, and snippets.

@temperatio
Created March 11, 2014 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save temperatio/9491961 to your computer and use it in GitHub Desktop.
Save temperatio/9491961 to your computer and use it in GitHub Desktop.
Woocommerce: Products per page
/**
* Products per 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