• Resolved theas91

    (@theas91)


    The site title (above the browser bar) on a blog I’m working on will only display the full address, not the actual site name that I’ve edited in settings>general. I’ve tried adding a code between <head> and </head> in header.php, but it still won’t show up. Anyone know how to fix this? It’s not any of the plugins either

    the site is: kajamarie.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Post your <head>...</head> with the changes you made. Put the code between backticks or use the “code” button above.

    You have a blank title tag in your header just below the charset…

    <!DOCTYPE html>
    <html dir="ltr" lang="en-US" xmlns:fb="http://www.facebook.com/2008/fbml" xmlns:addthis="http://www.addthis.com/help/api-spec" >
    <head>
    <meta charset="UTF-8" />
    <title></title>

    Just remove that, and then the title you set in the backend will work properly. This should be located in header.php of your theme.

    Thread Starter theas91

    (@theas91)

    Thank you , that worked! 😀

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Site Title" only shows full address’ is closed to new replies.