Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 15, 2015 11:03
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/c640803163f696556ee1 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/c640803163f696556ee1 to your computer and use it in GitHub Desktop.
Reposition the featured image in content archives (XHTML)
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Reposition the featured image in content archives (XHTML)
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-do-post-image/
*/
remove_action( 'genesis_post_content', 'genesis_do_post_image' );
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