• Resolved JFF

    (@jff)


    Where do I find the <title> in my WordPress website? I can show it by using the “View Page Source” function within Firefox (as seen below) but I can’t figure out how to find that value in my dashboard. I need to change the title from the class project name of “Build a Backyard Water Garden” to its new name.

    <!DOCTYPE html>
    ...
    <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Build a Backyard Water Garden</title>
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="http://jfcooks.com/wp-content/themes/duster/style.css" />
    <link rel="pingback" href="http://jfcooks.com/xmlrpc.php" />
    <!--[if lt IE 9]>
    <script src="http://jfcooks.com/wp-content/themes/duster/js/html5.js" type="text/javascript"></script>
    <![endif]-->
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width" />
    <title>Build a Backyard Water Garden</title>
    <link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="http://jfcooks.com/wp-content/themes/duster/style.css" />
    <link rel="pingback" href="http://jfcooks.com/xmlrpc.php" />
    <!--[if lt IE 9]>
    <script src="http://jfcooks.com/wp-content/themes/duster/js/html5.js" type="text/javascript"></script>
    <![endif]-->

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Website's Name’ is closed to new replies.