Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save wbcomdev/f30d9168a8935538cdef67f60ee3b8fd to your computer and use it in GitHub Desktop.

Select an option

Save wbcomdev/f30d9168a8935538cdef67f60ee3b8fd to your computer and use it in GitHub Desktop.
/**
* Override theme default specification for product # per row.
*/
function wb_loop_columns() {
return 5; // 5 products per row.
}
add_filter( 'loop_shop_columns', 'wb_loop_columns', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment