Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Created February 19, 2015 20:54
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 jamigibbs/c53ab185f45ba251e961 to your computer and use it in GitHub Desktop.
Save jamigibbs/c53ab185f45ba251e961 to your computer and use it in GitHub Desktop.
/* Change the number to reflect however many prodcuts to show in a single row */
if (!function_exists('merch_loop_columns')) {
function merch_loop_columns() {
return 3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment