Created
January 13, 2016 16:01
-
-
Save CoachBirgit/5238838dd7b590a5c654 to your computer and use it in GitHub Desktop.
Register featured images with the Genesis Framework.
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
<?php | |
//* Do NOT include the opening php tag | |
//* Add featured images | |
add_image_size( 'front-page-hero', 800, 450, TRUE ); | |
add_image_size( 'front-page-square', 125, 125, TRUE ); | |
add_image_size( 'front-page-thumbnail', 200, 100, TRUE ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment