Created
May 10, 2013 17:11
-
-
Save JiveDig/5555836 to your computer and use it in GitHub Desktop.
Genesis specific. Add span to part of the site title.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add span to part of the site title | |
add_action( 'genesis_site_title', 'thestiz_seo_site_title' ); | |
function thestiz_seo_site_title() { | |
echo '<p id="title"><a href="/">The Stiz <span>Media</span></a></p>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment