Remove ? from the title
-
I am doing this at the header.php
<?php if (is_home()) { bloginfo('name'); } else { wp_title(); } ?>
So it just shows the name of the blog at the home’s title but I would like to know how I can remove the ? from the title.
Thanks in advanced!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove ? from the title’ is closed to new replies.