• Resolved rudy386

    (@rudy386)


    in my blog page titles i see there is extra html which is causing the page title to be preceded by <title>
    the offending code as follows (source, view source html)

    <title><title>Locations | El Mazatlan - Authentic Mexican Food</title></title>

    where would i locate this file and how would i edit it.

    rudy

Viewing 2 replies - 1 through 2 (of 2 total)
  • I expect you’d find it in the header.php file in your theme. You’ll be looking for something like:

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

    Not sure how you got extra markup in there…

    Thread Starter rudy386

    (@rudy386)

    did the trick edited the header file presto
    recently updated to 4.0 think this was the cause.
    dunno really but thnx for your insight

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

The topic ‘title how to edit title html’ is closed to new replies.