Archive for July, 2009
How to get rid of the blog title and description in the Wordpress header
. Below is how the default theme header.php would look if you commented out the blog title and tagline code.
<!-- This is the tag that starts commenting out the rest of the code
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<div><?php bloginfo('description'); ?></div>
And this is the tag that ends the commenting out -->
Once you've eliminated the lines of code that include your bloginfo from your header.php, you problem should be solved.
And thanks again, Warren, for reading the site and asking the question.
-->Thanks for you very helpful tips and informative answers to questions. I am in the very early stages of building my WordPress blog and with your help I was successful in replacing the default header with my own. The problem I now face is that my new header contains my blog title, so I want [...]





