Skip to content

Instantly share code, notes, and snippets.

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 feastdesignco/b62bb6c30a29711de19504669507411a to your computer and use it in GitHub Desktop.
Save feastdesignco/b62bb6c30a29711de19504669507411a to your computer and use it in GitHub Desktop.
add_filter( 'genesis_pre_get_option_image_size', 'mycustom_cookd_change_recipe_index_image_size', 12 );
function mycustom_cookd_change_recipe_index_image_size() {
return 'cookd-vertical';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment