Remove site name from header
-
I added a logo to my twenty twelve child theme. Now I want to remove the Site Title (Still Testing) that is to the right of the logo. I know if I remove the title from Settings/General, that will remove it from the home page. But is that where I want to remove it? Or is it better to remove it from my header.php?
And if it’s better to remove it from header.php, is this what I delete?
‘<?php bloginfo( ‘name’ ); ?></h1>
<h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
</hgroup>’Site is: testarea.sdaseattle.org
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove site name from header’ is closed to new replies.