• Resolved roxer82

    (@roxer82)


    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)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    ww.wp.xz.cn Admin

    Change the wp_title() call to wp_title(”). Or if you want to use a different separator, like a dash for example, change it to wp-title(‘-‘).

    Thread Starter roxer82

    (@roxer82)

    Great! thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove » from the title’ is closed to new replies.