• Is it possible to get the title of the page to show example blog > page name. I currently use the %postname%/ but would love the title of the site to be included in the title as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php bloginfo('name'); ?> &raquo; <?php the_title(); ?></a>

    should work but I do wonder if you’ll be doing yourself any SEO favours by having so many page title links containing the same name.

    Thread Starter trinitytoo

    (@trinitytoo)

    Thanks, I’ll give it a go. seo wise I should think it;s ok – after all wordpress have the word “WordPress” in every title as do most organisations.

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

The topic ‘title’ is closed to new replies.