Add extra content to the site title area with Genesis
<?php | |
// Paste the code BELOW this line into your child theme functions. | |
/** | |
* Add extra content to the site title area with Genesis | |
* | |
* @author Reasons to Use Genesis | |
* @link http://reasonstousegenesis.com/site-title/ | |
*/ | |
add_action( 'genesis_site_title', '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