Home › Forums › Support › HTML code of home page. This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago by Leo. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts September 16, 2017 at 2:05 am #386376 mohamedhassan Hi GP team, Let me know please, how can I get to the HTML code of my site’s home page? to add this code <meta name=”yandex-verification” content=”3a9105017b5523d4″ /> in the “head” section to verify my site at Yandex. regards, Mohamed September 16, 2017 at 8:12 am #386489 LeoStaff Customer Support Hi there, Try the wp_head hook: https://docs.generatepress.com/article/hooks-overview/ For only front page, try this and check execute PHP: <?php if ( is_front_page() ) : ?> code here <?php endif; ?> September 16, 2017 at 10:10 am #386541 mohamedhassan I made the following <?php if ( is_front_page() ) : ?> <meta name=”yandex-verification” content=”3a9105017b5523d4″ /> <?php endif; ?> and I get this result http://www.gloobally.com/wp-admin/options.php September 16, 2017 at 9:07 pm #386704 LeoStaff Customer Support So what is the result? That link needs admin access. What is the code supposed to do? September 17, 2017 at 12:30 am #386732 mohamedhassan Please open the link below. https://gmkr.io/s/59be241ea5d5ba6b41656cbd/0 September 17, 2017 at 12:41 am #386734 mohamedhassan THE code is supposed to verify my site property at Yandex Webmaster Tools: September 17, 2017 at 8:52 am #386916 LeoStaff Customer Support It’s just a warning. But if you are sure the code is fine then it shouldn’t be a problem. Might be worth checking with wherever this code came from to see why it triggers such an error. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In