Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173762
    bcoplin
    Participant

    I have multiple websites (bing local, google, pinterest) that need me to put a meta tag in the <head> to verify that I own the website. Is there an easy way to do this so that I don’t have to go into the php.

    Reason I ask is because i have bad luck when I mess with the php.

    Thanks,

    Ben

    #1174022
    Jade
    Moderator

    Hi Ben,

    You can install the child theme and add this code in the functions.php:

    add_action('wp_head', function(){?>
    <!--- YOURE META HERE -START -->
    
    <!--- YOURE META HERE -END -->
    <?php });

    Hope this helps.

    #1175027
    bcoplin
    Participant

    How do I get to the functions.php

    Last time I tried that I got a syntax error and lost the site.

    #1175113
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please navigate to Appearance > Editor. Then open functions.php file and place the code as shown in screencast.

    http://screencast.com/t/HCXc7mPWY

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1173762 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>