Skip to content

Instantly share code, notes, and snippets.

@JiveDig
Created May 10, 2013 17:11
Show Gist options
  • Save JiveDig/5555836 to your computer and use it in GitHub Desktop.
Save JiveDig/5555836 to your computer and use it in GitHub Desktop.
Genesis specific. Add span to part of the site title.
// 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