Your Haven for WordPress Weblog Hosting

PressHarbor » Support » Forums » WordPress

Trackback, google, etc. header display

(6 posts)
  • Started 4 years ago by zoli
  • Latest reply from zoli
  • This topic is resolved
  1. zoli
    Member

    Trackbacks I leave on other blogs, as well as Google search results show my posts with this heading:

    Zoli’s Blog » Blog Archive » "Post title".

    Is there a way to not send the the >>Blog Archive>> part?

    (P.S. The good news is that Google reindexed my blog, after only 2 weeks at Pressharbor it shows the new format permalinks)

    Posted 4 years ago #
  2. PressHarbor Support
    Key Master

    Is there a way to not send the the >>Blog Archive>> part?

    The title of a blog is controlled by your Theme. So the theme you have chosen creates titles in the format you see. You would need to edit the theme directly to change the format of your titles. Check out the header.php file, that's where it is controlled.

    The good news is that Google reindexed my blog, after only 2 weeks at Pressharbor it shows the new format permalinks

    My own blog started showing the new links after just 3 days!

    Posted 4 years ago #
  3. PressHarbor Support
    Key Master

    FYI, the WordPress codex page on the title attribute is here:

    http://codex.wordpress.org/Template_Tags/wp_title

    Posted 4 years ago #
  4. zoli
    Member

    I changed what I thought was the relevant line in header.php:

    Original was:
    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    Changed it to:
    <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>

    Of course I was just guessing :-) However, trackback notifications still include >>Blog Archive>> in the title. What else am I missing?

    Thanks.

    Posted 4 years ago #
  5. PressHarbor Support
    Key Master

    Try clearing your cache files at Options >> WP-Cache. That's probably all it is.

    Posted 4 years ago #
  6. zoli
    Member

    Ouch, that was it, thanks:-)

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.