• H e l l o ~

    I’ve just put together a new site using the Twenty Fourteen theme as the parent and crafting a straighforward child theme. The site URL is http://www.halcyonmusicfestival.org. [Not yet mobilized; only really works on larger screens at the moment. Really should come with a big, red “Wet Paint sign!]

    Something odd is happening: If I click on various pages and then look in History [using Safari, but same phenomenon in Firefox and Chrome], instead of seeing the page names [About, Contact, et cetera] to the right of the favicon, I’m seeing the raw URLs of the pages. Never seen this sort of behavior on another other WP sites I’ve put together.

    Interestingly, when I switch to the Twenty Thirteen theme as an experiment, the problem vanishes, and all is well with the page titles. Has anyone else experienced this phenomenon? Does anyone know how to solve it? [I don’t want to have to adjust my child theme code by reverting to Twenty Thirteen, if I can help it.]

    … Any enlightenment greatly appreciated! . . . .

Viewing 2 replies - 1 through 2 (of 2 total)
  • This has to do with the header.php as this file is used to render the page title. The line in the aforementioned file that renders the page title says:

    <title><?php wp_title( '|', true, 'right' ); ?></title>

    Thread Starter cobalt-thunder

    (@cobalt-thunder)

    OK, thanks. Though, when I check the header.php file in Twenty Thirteen, I see that that line is precisely the same, yet it works properly. ? . . . .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘URL Showing Up in History in WP 2014’ is closed to new replies.