Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 11:47
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/d6ec00c509e87b2ff0ea to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/d6ec00c509e87b2ff0ea to your computer and use it in GitHub Desktop.
Reposition the entry meta after content (XHTML)
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Reposition the entry meta after content (XHTML)
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/remove-post-meta/
*/
remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
add_action( 'another_hook', 'genesis_post_meta' ); // replace another_hook with your desired hook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment