Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #978705
    guardiandomain
    Participant

    I want put meta tag from facebook to claim my url, it said the meta should be on <head> so what should i do ?

    #979345
    Rahul
    Moderator

    Hi there,

    Thanks for writing in.

    Adding header meta with X is just like adding meta from other theme. It’s a common practice in wordpress 🙂

    Add this code at your theme’s functions.php

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

    Cheers.

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