JiveDig
5/10/2013 - 5:11 PM

Genesis specific. Add span to part of the site title.

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>';
}