Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 14, 2015 12:43
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 reasonstousegenesis/2225978ce90bfbb68551 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/2225978ce90bfbb68551 to your computer and use it in GitHub Desktop.
Output the featured image with Genesis (shortcut)
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Output the featured image with Genesis (shortcut)
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/featured-image/
*/
add_action( 'genesis_entry_content', 'genesis_image' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment