changing blog-title: how to??
-
in title for my blog it says: “your title here”.. but when I look @ code in the header I find this:
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
so how on earth do you change the title?? (can I comment out all this code and hard-code the title I want???)
thank you..
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘changing blog-title: how to??’ is closed to new replies.