Created
July 10, 2019 18:21
-
-
Save feastdesignco/b62bb6c30a29711de19504669507411a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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