removing tag line from page titles
-
I want to get rid of the tag line on my pages, for instance
John Smith Interview / John’s Blog
the tag line being Johns Blog, I just want the title shown online to be John Smith Interview
what do I remove out of the theme twenty eleven header code. also is this the right area of code?
<hgroup>
<h1 id=”site-title”><span>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></span></h1>
<h2 id=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘removing tag line from page titles’ is closed to new replies.