Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 15, 2015 11:02
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/cc345955d454f92b71cb to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/cc345955d454f92b71cb to your computer and use it in GitHub Desktop.
Reposition the featured image in content archives
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Reposition the featured image in content archives (HTML5)
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-do-post-image/
*/
remove_action( 'genesis_entry_content', 'genesis_do_post_image', 8 );
add_action( 'another_hook', 'genesis_do_post_image' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment