Skip to content

Instantly share code, notes, and snippets.

@amielucha
Last active August 29, 2015 14:21
Show Gist options
  • Save amielucha/de042b0c9671f68ccb95 to your computer and use it in GitHub Desktop.
Save amielucha/de042b0c9671f68ccb95 to your computer and use it in GitHub Desktop.
WooCommerce - edit the amount of products per page
// Display 24 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