Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created May 11, 2015 11:58
Show Gist options
  • Save reasonstousegenesis/eb6653f32911c6ac33f2 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/eb6653f32911c6ac33f2 to your computer and use it in GitHub Desktop.
Move the title tag with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Move the title tag with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-do-title/
*/
remove_action( 'genesis_title', 'genesis_do_title' );
add_action( 'another_hook', 'genesis_do_title' ); // 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