Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created October 14, 2015 20:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save reasonstousegenesis/9f21a5b4aaf5968a6aa2 to your computer and use it in GitHub Desktop.
Reposition the author box on archives with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Reposition the author box on archives with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/author-box-archive/
*/
remove_action( 'genesis_before_loop', 'genesis_do_author_box_archive', 15 );
add_action( 'another_hook', 'genesis_do_author_box_archive' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment