<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>how to get google verification code into the home page CSS &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 02:02:11 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-130681</guid>
					<title><![CDATA[how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-130681</link>
					<pubDate>Thu, 23 Oct 2014 13:44:52 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						<p>i got a &#8220;this site may be hacked&#8221; flag on google. i dealt with godaddy and have all of the proper lockdowns in place but i need to get this off of google. i am not a programmer and can&#8217;t seem to find the CSS home page where i can put this code (below):</p>
<p>can someone please help me out here? i have been on the phone multiple times and sent an email and just need to get this simple step done.  if you can just say &#8220;do this, and this and this, i can do but i can&#8217;t seem to find what they are saying i need&#8211;the CSS home page where there&#8217;s a body and head&#8211;</p>
<p>my site is <a href="http://www.kathyescobar.com" rel="nofollow">http://www.kathyescobar.com</a>.</p>
<p>thank you so much!</p>
<p>// </p>
<p>here&#8217;s what google says to do.<br />
HTML tag<br />
Add a meta tag to your site&#8217;s home page.<br />
1. Copy the meta tag below, and paste it into your site&#8217;s home page. It should go in the &lt;head&gt; section, before the first &lt;body&gt; section.<br />
 Show me an example<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta name=&#8221;google-site-verification&#8221; content=&#8221;codeisprovided&#8221; /&gt;<br />
&lt;title&gt; My title &lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
page contents<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br />
2. Click Verify below.<br />
To stay verified, don&#8217;t remove the meta tag, even after verification succeeds.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-130876</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-130876</link>
					<pubDate>Thu, 23 Oct 2014 17:06:08 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kathy,</p>
<p>Thanks for writing in and I&#8217;m very sorry to hear about your issue,</p>
<p>First of all, please update your X theme and X shortcode, you&#8217;re still using 1.2.0 while the latest version is already 2.6.0</p>
<p>and we have already implemented an automatic update feature on the latest version which means this will be the last time will you&#8217;ll be updating X manually,</p>
<p>You can follow the update guide from here -&gt; <a href="http://theme.co/x/member/kb/updating-your-theme-and-plugins/" rel="nofollow">http://theme.co/x/member/kb/updating-your-theme-and-plugins/</a></p>
<p>Regarding about your question, you first need to set-up a child theme for that, You can download the child them from here -&gt; <a href="http://theme.co/x/member/child-themes/" rel="nofollow">http://theme.co/x/member/child-themes/</a> and install the one that corresponds with the stack you use, (please be aware that you need to re-assign your menus and other widgets when switching theme from one to another).</p>
<p>After installing and activating the child theme, you need to add this code below in your child theme functions.php ( Appearance &gt; Editor &gt; functions.php ) Make sure to change the meta tag</p>
<pre><code>add_action(&#039;wp_head&#039;,&#039;cmk_google_verifiy_meta&#039;);
function cmk_google_verifiy_meta() { ?&gt;
&lt;meta name=&quot;google-site-verification&quot; content=&quot;codeisprovided&quot; /&gt;
&lt;?php
}</code></pre>
<p>I hope this helps and clarifies,</p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131213</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131213</link>
					<pubDate>Fri, 24 Oct 2014 02:57:08 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						<p>thanks for the help. i didn&#8217;t buy x through themeforest, though, so please let me know the alternative to getting the update. thanks. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131376</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131376</link>
					<pubDate>Fri, 24 Oct 2014 11:22:45 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kathy,</p>
<p>You can download the latest version of the theme in the dashboard.<br />
<a href="http://theme.co/x/member/dashboard/" rel="nofollow">http://theme.co/x/member/dashboard/</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131912</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131912</link>
					<pubDate>Sat, 25 Oct 2014 03:48:47 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						<p>i do not mean to be annoying, but i can&#8217;t figure out how to update my current theme using this new dowwnload.</p>
<p>it&#8217;s pretty frustrating because i think it should be much easier than it is.</p>
<p>how could i not have known i was this behind on updates? i have never seen anything inside X in my dashboard that has told me to update.</p>
<p>i downloaded the newest version and tried to upload it but it said &#8220;duplicate file&#8221; so i am not sure what to do next.  there&#8217;s no way i can see that is just to replace with the update.</p>
<p>can you please walk me through this so i can get the update in properly and then figure out this whole child theme thing so i can get this code in as soon as possible.</p>
<p>thank you. i&#8217;d love to have this done this weekend.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131921</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-131921</link>
					<pubDate>Sat, 25 Oct 2014 04:13:10 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kathy,</p>
<p>Automatic update was just made possible with X theme 2.5.0. If you&#8217;re coming from older than 2.5.0, then you will have to do manual update.</p>
<p>You may check this thread for further instruction.<br />
<a href="http://theme.co/x/member/forums/topic/visual-composer-wont-work-after-update/#post-73671" rel="nofollow">http://theme.co/x/member/forums/topic/visual-composer-wont-work-after-update/#post-73671</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132081</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132081</link>
					<pubDate>Sat, 25 Oct 2014 15:01:59 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132087</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132087</link>
					<pubDate>Sat, 25 Oct 2014 15:17:38 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132092</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132092</link>
					<pubDate>Sat, 25 Oct 2014 15:31:34 +0000</pubDate>
					<dc:creator>kathy e</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132112</guid>
					<title><![CDATA[Reply To: how to get google verification code into the home page CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-get-google-verification-code-into-the-home-page-css/#post-132112</link>
					<pubDate>Sat, 25 Oct 2014 16:26:11 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kathy,</p>
<p>The problem I see is because you haven&#8217;t updated X theme yet,</p>
<p>I can see you&#8217;re still using x version 1.2.0 <a href="http://kathyescobar.com/wp-content/themes/x/style.css" rel="nofollow">http://kathyescobar.com/wp-content/themes/x/style.css</a></p>
<p>Can you provide wordpress and FTP access to your site? If you can do a back-up for your site, I&#8217;ll update X theme for you. </p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

