Tagged: x
-
AuthorPosts
-
November 24, 2016 at 11:16 pm #1270189
MIGELANDREYParticipantNovember 24, 2016 at 11:38 pm #1270200
Rue NelModeratorHello 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.
November 24, 2016 at 11:48 pm #1270202
MIGELANDREYParticipantThank you ! All it is working now. Ur)) If there is still a question, I will ask YOU. Thank you !!
November 24, 2016 at 11:50 pm #1270203
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1269715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
