• My current homepage has a link that directs a page with my comments about books I have read to an external page called books.php, I created a new page using the wordpress interface and when it loads the title is the same as the home page. It reads kgeiger.net | home.

    I want the title to read kgeiger.net | books. I attempted to add
    <head>
    <title>kgeiger.net | books</title>
    </head>
    within the page content and nothing changed. How do I rename the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try to clear your cache. Refresh…
    If I click on the “book reviews” link in the navigation it takes to a page where the title is exactly as you wanted – kgeiger.net | books

    You posted this a while ago and the answer was given then.

    You need to call a new header file for that particular books.php file that has the title as you wrote it in place of the one usually there by WordPress using the bloginfo() template tag.

    And honestly, for the most part, other than the occassional search engine, not that many people really “look” at the title of your site on the browser. They are more interested in the link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing title of ‘New Page’ option in 1.5’ is closed to new replies.