• Where do I find a view of the HTML of your home page:

    <html>
    <head>
    Your verification ID must be in this section, between the two head tags.
    </head>
    <body>
    Lots of stuff here.
    </body>
    </html>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you mean the source code on the server-side ?
    If so , a WordPress page is composed by template files (header.php , footer.php , sidebar.php …. ) . These files are located in you theme directory . The most obvious location for the “head” tags is into the header.php file .
    Just for completeness , the actual content (posts , comments) are stored into a database (Mysql) , so they are dynamicaly generated and embedded into the aforementioned template files .

    Depending upon your permissions of your user account for WordPress you may be able to see the HTML of your theme under the Appearance menu and clicking on the Editor sub-menu item.

    Just be careful though and make sure to backup your files before making any edits if you aren’t 100% sure of what you are doing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where do I find a view of the HTML of your home page:’ is closed to new replies.