Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 5, 2015 02:30
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/a185af47ac4af4a98b76 to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/a185af47ac4af4a98b76 to your computer and use it in GitHub Desktop.
Add extra content before the site header with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add extra content before the site header with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/before-header/
*/
add_action( 'genesis_before_header', 'your_function_here' ); // replace your_function_here with your function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment