Urban Giraffe Support | Other
Google Verify Meta not displaying
using Headspace v3.1.4 with WP 2.6.2
After tripple checking that <?php wp_head() ?> was indeed located in my Theme's header.php and some head scratching I realized that the issue must be somewhere in the code that generates the Google Webmaster Verify tag.
On line #47 of file /headspace2/modules/site/google_webmaster.php in function wp_head I found a call to is_home. After reading http://codex.wordpress.org/Conditional_Tags#The_Main_Page and changing "is_home" to "is_front_page" the Google Verify tag is now displaying in my home page's header correctly.
hope this helps someone.
Responses
Posted 1 month ago by Key Master
Thanks.
Reply
You must log in to post.