• Please share with me if there’s a way to change something so that the pages can show the same title with the links instead of the Weblog title in the General Options showing in all pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I suppose it will depend on your theme. You likely will need to make a change to your Header Template (header.php) of the theme you’re using. For example, I use the Copperleaf Plus theme, so in my header.php I would change

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    to

    <title><?php bloginfo('name'); ?></title>

    I haven’t tested this out, but it should work.

    Thread Starter Andy

    (@heroworld)

    Thank you very much Bryan. It works. But my title in the header.php was what you suggested to change it to. And so, I tried:

    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>

    That works beautifully. Now all my pages has a unique title. They still show the main Weblog title I have in the Options with a >> after it and the page name. So, I just leave the Weblog Title in the General Options blank or just a single word there.

    Glad I could help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Can I Change Weblog Page Title’ is closed to new replies.