Remove dash when no title?
-
I have the following tags in my header to display my blog’s name and titles
<title>
<?php wp_title(”); ?>-<?php bloginfo(‘description’); ?> > <?php bloginfo(‘name’); ?>
</title>
The problem is,when i am on homepage or with no title a dash apears in front like “-description – Blogname”
How can i get rid of the first dash when there is no title.I want it when it has a title.
Tnx
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Remove dash when no title?’ is closed to new replies.