Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1201463
    lovecoms
    Participant

    Hi, I want to add a pinterest meta tag within the <head> tag, and navigated to the stack in views in my cpanel but am not sure how to place this into php
    <meta name=”p:domain_verify” content=”3b33fd41cc0519dd3cacdb0773ef4f74”/>
    In case they’re needed i’ll include login details in private reply

    #1201464
    lovecoms
    Participant
    This reply has been marked as private.
    #1201465
    lovecoms
    Participant
    This reply has been marked as private.
    #1201484
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To add your verification code, please add the code below in your child themes functions.php file:

    
    function my_custom_head_output() {
      ?>
        <meta name=”p:domain_verify” content=”3b33fd41cc0519dd3cacdb0773ef4f74”/>
    
      <?php
    }
    
    add_action( 'wp_head', 'my_custom_head_output', 99999 );

    Hope that helps.

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