Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1270189
    MIGELANDREY
    Participant
    #1270200
    Rue Nel
    Moderator

    Hello Again,

    There was again another typo error in the code. To save you from any trouble, I have logged in to your site and insert the following code:

    <?php
    
    // =============================================================================
    // FUNCTIONS.PHP
    // -----------------------------------------------------------------------------
    // Overwrite or add your own custom functions to X in this file.
    // =============================================================================
    
    // =============================================================================
    // TABLE OF CONTENTS
    // -----------------------------------------------------------------------------
    //   01. Enqueue Parent Stylesheet
    //   02. Additional Functions
    // =============================================================================
    
    // Enqueue Parent Stylesheet
    // =============================================================================
    
    add_filter( 'x_enqueue_parent_stylesheet', '__return_true' );
    
    // Additional Functions
    // =============================================================================
    
    // Add custom meta for Yandex verification
    // =============================================================================
    function add_custom_meta(){ ?>
      <?php if (is_home() || is_front_page() ) : ?> 
        <meta name = "yandex-verification" content = "17ec209d9fd10e00" />
      <?php endif; ?>
    <?php }
    add_action('wp_head', 'add_custom_meta');
    // =============================================================================

    You should now be seeing the verification code when you view the homepage source code. You can now proceed with the verification.

    If you need anything else we can help you with, don’t hesitate to open another thread.

    #1270202
    MIGELANDREY
    Participant

    Thank you ! All it is working now. Ur)) If there is still a question, I will ask YOU. Thank you !!

    #1270203
    Paul R
    Moderator

    You’re welcome! 🙂

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