Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
Created January 13, 2016 16:01
Show Gist options
  • Save CoachBirgit/5238838dd7b590a5c654 to your computer and use it in GitHub Desktop.
Save CoachBirgit/5238838dd7b590a5c654 to your computer and use it in GitHub Desktop.
Register featured images with the Genesis Framework.
<?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