• Miren

    (@mberasategi)


    Hi,

    I’m using HeadSpace2 and I think it’s great. Only it always adds ” » ” to the beginning the post or page title, and I think it’s in the %%title%% variable. I haven’t been able to find where this is stated, and I’m sure it’s a HeadSpace2 problem because page titles are allright if I disable the plugin.

    Any clue?

    Thanks in advance,

    Miren

Viewing 8 replies - 1 through 8 (of 8 total)
  • Look in your header.php in the title. There’s probably the HTML special charater “»” – double angle quotes. Remove it and it should work.

    I’ve been trying to use headspace2 for the last week with no luck. I installed it and I have all the plugin admin features in my dashboard but whenever I go to change tags, titles, description etc. nothing publishes to my blog. Any help?

    highlite> This might sound like a dumb questions but I have to ask are you making sure you push the save button at the bottom of the page before bringing up the next option?

    bradstinyworld – Yes I hit save, in fact I went back just now and did it again but none of my entries are posting to my blog.

    highlite> what other plugins are you running?

    AdSense Manager, Askimet, cformsII, Clean Archives Reloaded, Feedsmith, Google Analytics for WordPress, Google XML Sitemaps,Homepage Excerpts, Popularity Contest, Sociable, WordPress Stats, Subscribe To Comments and Headspace2

    I am using a modified 3-column Copyblogger theme.

    Do I need to change something in my header.php? Currently my title tag code looks like this:

    <title><?php if (is_home () ) { bloginfo(‘name’); }
    elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }
    elseif (is_single() ) { single_post_title();}
    elseif (is_page() ) { single_post_title();}
    else { wp_title(”,true); } ?></title>

    @mberasategi
    I had the same problem. This is the solution:

    In your theme header use:
    <title><?php wp_title(”); ?></title>

    Important: the two ‘
    🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘HeadSpace2 adding ” » ” to page titles’ is closed to new replies.