Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30593
    papastoystore
    Guest

    Can not find where the index.html file is.

    #30594
    support
    Guest

    Thank you for your question!

    WordPress websites use .php template files to manage page content, and you can paste tags into the <head> section by editing the header.php file contained in your theme files.

    Adding code to the header.php file is one way to get those tags working on your website, but there are some reasons to use a different solution to make those modifications.  The biggest one is that any future theme updates will overwrite your customizations when applied and force you to add the code all over again.

    You can avoid having to redo your work after every update by using a plugin to manage those code changes and this is one of the most popular options available in the WordPress repository.

    I hope that this information helps you make the changes you need and please let us know if there is anything else that we can do for you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Paste this tag into the section of your site’s index.html file’ is closed to new replies.