[Support request] Adding HTML tag to site

Home Forums Support [Support request] Adding HTML tag to site

Home Forums Support Adding HTML tag to site

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2075863
    Carsten

    Hi there, I’m trying to add this FaceBook verification code to my site.
    <meta name=”facebook-domain-verification” content=”7ehze92fqt22iqesh93sv4i118qpo8″ />

    I could paste the meta-tag into the <head> … <head> section of the website’s home page HTML source, which must be the header.php
    But I guess this will be overwritten by the next update. Can I copy the header.phpfile to my child theme.

    Another option is to insert the code into a wp_head hook element, but the domain dos not get verified. I have tried with and without <head> … <head>.

    What is best practice for adding HTML to the site?

    Regards
    Carsten

    #2076056
    Elvin
    Staff
    Customer Support

    Hi Carsten,

    You can use a Hook element for this.

    You can add that html tag on a Hook element’s code area and set the hook to wp_head and set the display rule to entire site. 😀

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.