<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Adsense Section Targeting With Thesis Theme For WordPress</title>
	<atom:link href="http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/</link>
	<description>Thesis Development, Genesis Design, Customization, Wordpress</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:43:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-29680</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Thu, 06 May 2010 12:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-29680</guid>
		<description>For support issues please use the &lt;a href=&quot;/forum&quot; rel=&quot;nofollow&quot;&gt;forums&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>For support issues please use the <a href="/forum" rel="nofollow">forums</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christian louboutin</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-28595</link>
		<dc:creator>christian louboutin</dc:creator>
		<pubDate>Fri, 30 Apr 2010 06:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-28595</guid>
		<description>It goes at the end of the custom_functions.php file in Thesis theme. Here’s the new code I us</description>
		<content:encoded><![CDATA[<p>It goes at the end of the custom_functions.php file in Thesis theme. Here’s the new code I us</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cell phone</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-28328</link>
		<dc:creator>cell phone</dc:creator>
		<pubDate>Thu, 29 Apr 2010 03:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-28328</guid>
		<description>This is a great post, I stumbled across your post while looking for free downloads. Thanks for sharing, I’ll be sure to recommend this site to others.</description>
		<content:encoded><![CDATA[<p>This is a great post, I stumbled across your post while looking for free downloads. Thanks for sharing, I’ll be sure to recommend this site to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chinese boy</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-27123</link>
		<dc:creator>chinese boy</dc:creator>
		<pubDate>Thu, 22 Apr 2010 08:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-27123</guid>
		<description>This is a good post, I stumbled across your article while looking for song downloads. Thanks for sharing, I’ll be sure to recommend this site to others.</description>
		<content:encoded><![CDATA[<p>This is a good post, I stumbled across your article while looking for song downloads. Thanks for sharing, I’ll be sure to recommend this site to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-26912</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Mon, 19 Apr 2010 08:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-26912</guid>
		<description>KittyCat: when you say you &quot;copied both codes&quot;, did you copy the function after_content_ad().... and function single_post_ads()... also? If yes, then that&#039;s what may be causing the issue. You can not have two declarations of the same function.

Given that you have the functions as you mentioned above, all you have to do is include one additional line to get the ads to show after headline:
&lt;pre&gt;&lt;code&gt;add_action(&#039;thesis_hook_after_headline&#039;, &#039;single_post_ads&#039;);&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>KittyCat: when you say you &#8220;copied both codes&#8221;, did you copy the function after_content_ad()&#8230;. and function single_post_ads()&#8230; also? If yes, then that&#8217;s what may be causing the issue. You can not have two declarations of the same function.</p>
<p>Given that you have the functions as you mentioned above, all you have to do is include one additional line to get the ads to show after headline:</p>
<pre><code>add_action('thesis_hook_after_headline', 'single_post_ads');</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: KittyCat</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-26898</link>
		<dc:creator>KittyCat</dc:creator>
		<pubDate>Mon, 19 Apr 2010 05:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-26898</guid>
		<description>Hi Shivanand,
Thanks for the useful links on Thesis. I&#039;ve just added these 2 hooks:

&lt;blockquote cite=&quot;&quot;&gt;function after_content_ad() { ?&gt;
// INSERT YOUR AD CODE HERE
&lt;?php }

add_action(&#039;thesis_hook_after_content&#039;, &#039;after_content_ad&#039;, 1);&lt;/blockquote&gt;

and

&lt;blockquote cite=&quot;&quot;&gt;function single_post_ads() {
if (is_single()) { ?&gt;
// INSERT YOUR AD CODE HERE
&lt;?php }
}

add_action(&#039;thesis_hook_after_post&#039;, &#039;single_post_ads&#039;);&lt;/blockquote&gt;

Then, I added the “thesis_hook_after_headline” by copying both codes and replace the &#039;thesis_hook_after_post&#039; with this. My blog disappeared!

What did I do wrong? I&#039;ve just asked my web host to fix it for me. Hope he won&#039;t get mad because I&#039;ve been tinkering with my blogs and messing it up a lot. Sigh...</description>
		<content:encoded><![CDATA[<p>Hi Shivanand,<br />
Thanks for the useful links on Thesis. I&#8217;ve just added these 2 hooks:</p>
<blockquote cite=""><p>function after_content_ad() { ?&gt;<br />
// INSERT YOUR AD CODE HERE<br />
&lt;?php }</p>
<p>add_action(&#039;thesis_hook_after_content&#039;, &#039;after_content_ad&#039;, 1);</p></blockquote>
<p>and</p>
<blockquote cite=""><p>function single_post_ads() {<br />
if (is_single()) { ?&gt;<br />
// INSERT YOUR AD CODE HERE<br />
&lt;?php }<br />
}</p>
<p>add_action(&#039;thesis_hook_after_post&#039;, &#039;single_post_ads&#039;);</p></blockquote>
<p>Then, I added the “thesis_hook_after_headline” by copying both codes and replace the &#8216;thesis_hook_after_post&#8217; with this. My blog disappeared!</p>
<p>What did I do wrong? I&#8217;ve just asked my web host to fix it for me. Hope he won&#8217;t get mad because I&#8217;ve been tinkering with my blogs and messing it up a lot. Sigh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-25760</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Sun, 28 Mar 2010 02:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-25760</guid>
		<description>@smartblogs That 10 is for the priority. Given that two different functions are attached to the same hook, the one with a priority of 9 would fire before the one with a priority of 10.

We all would like to just add section targeting around the keywords only. However that&#039;s not how Adsense works. It uses it&#039;s own intelligence too and overrides section targeting where necessary.</description>
		<content:encoded><![CDATA[<p>@smartblogs That 10 is for the priority. Given that two different functions are attached to the same hook, the one with a priority of 9 would fire before the one with a priority of 10.</p>
<p>We all would like to just add section targeting around the keywords only. However that&#8217;s not how Adsense works. It uses it&#8217;s own intelligence too and overrides section targeting where necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smart Blogs</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-25732</link>
		<dc:creator>Smart Blogs</dc:creator>
		<pubDate>Sat, 27 Mar 2010 19:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-25732</guid>
		<description>Hi Shivanand

I Want to ask cause i&#039;m new with thesis theme
add_action(&#039;thesis_hook_before_headline&#039;,&#039;open_adsense_targeting&#039;,&#039;10&#039; );
1. That &quot;10&quot; number is for what?
2. If I want google ad section just on title only what should i doing?
example :
&lt;!-- google_ad_section_start --&gt;
&lt;h1 class=............................
&lt;!-- google_ad_section_end --&gt;

I hope you can help me
Thank&#039;s before</description>
		<content:encoded><![CDATA[<p>Hi Shivanand</p>
<p>I Want to ask cause i&#8217;m new with thesis theme<br />
add_action(&#8216;thesis_hook_before_headline&#8217;,'open_adsense_targeting&#8217;,&#8217;10&#8242; );<br />
1. That &#8220;10&#8243; number is for what?<br />
2. If I want google ad section just on title only what should i doing?<br />
example :<br />
<!-- google_ad_section_start --><br />
&lt;h1 class=&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
<!-- google_ad_section_end --></p>
<p>I hope you can help me<br />
Thank&#8217;s before</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buzzhunt</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-25602</link>
		<dc:creator>buzzhunt</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-25602</guid>
		<description>Thank you for your quick reply, much appreciated!</description>
		<content:encoded><![CDATA[<p>Thank you for your quick reply, much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shivanand Sharma</title>
		<link>http://www.binaryturf.com/google-adsense-section-targeting-thesis-theme-wordpress/#comment-25600</link>
		<dc:creator>Shivanand Sharma</dc:creator>
		<pubDate>Thu, 25 Mar 2010 17:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.binaryturf.com/?p=1549#comment-25600</guid>
		<description>@buzzhunt &quot;thesis_hook_after_headline&quot; is the hook you want to use. The function you hook must only show the ads &quot;if(!is_single())&quot;. You can find the complete list of hooks at &lt;a href=&quot;http://diythemes.com/thesis/rtfm/hooks/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;DIYThemes.com homepage&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@buzzhunt &#8220;thesis_hook_after_headline&#8221; is the hook you want to use. The function you hook must only show the ads &#8220;if(!is_single())&#8221;. You can find the complete list of hooks at <a href="http://diythemes.com/thesis/rtfm/hooks/" target="_blank" rel="nofollow">DIYThemes.com homepage</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

