<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blogging and scraping &#187; google adsense</title>
	<atom:link href="http://www.tsnpc.com/tag/google-adsense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tsnpc.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Jul 2010 22:54:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>$ add adsense under each wordpress post by hand code $</title>
		<link>http://www.tsnpc.com/add-adsense-under-each-wordpress-post-by-hand-code/</link>
		<comments>http://www.tsnpc.com/add-adsense-under-each-wordpress-post-by-hand-code/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 22:08:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[google adsense]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=140</guid>
		<description><![CDATA[Sometimes I dont like to use plugin to add adsense in the blog, so I tried to add it by hand code, following is an example for add adsense under each post: Go to the file of single.php in the theme fold, read and find the code for displaying the content, the &#60;div class=&#8221;storycontent&#8221;&#62; should [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I dont like to use plugin to add adsense in the blog, so I tried to add it by hand code, following is an example for add adsense under each post:</p>
<p>Go to the file of single.php in the theme fold, read and find the code for displaying the content, the &lt;div class=&#8221;storycontent&#8221;&gt; should be the code to display the content, and the &lt;div class=&#8221;meta&#8221;&gt; should be the code to show the post meta, so just add the script under the the post meta, I use the &lt;hr&gt; to isolate adsense for clearance.</p>
<p>&lt;div class=&#8221;storycontent&#8221;&gt;<br />
&lt;?php the_content(__(&#8216;(more&#8230;)&#8217;)); ?&gt;<br />
&lt;/div&gt;&lt;!&#8211; end storycontent &#8211;&gt;</p>
<p>&lt;div class=&#8221;meta&#8221;&gt;</p>
<p>Written by &lt;?php the_author() ?&gt;&lt;?php _e(&#8221; in:&#8221;); ?&gt; &lt;?php the_category(&#8216;,&#8217;) ?&gt; | &lt;?php the_tags(__(&#8216;Tags: &#8216;), &#8216;, &#8216;, &#8216; &#8216;); ?&gt;&lt;?php edit_post_link(__(&#8216;Edit This&#8217;)); ?&gt;<br />
&lt;?php wp_link_pages(); ?&gt;&lt;br /&gt;</p>
<p>&lt;/div&gt;&lt;!&#8211; end meta &#8211;&gt;</p>
<p>&lt;hr&gt;<br />
******paste google adsense script here*************<br />
&lt;hr&gt;<br />
<h4>Related Blogs</h4>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>google adsense</b></li>
<li><a href="http://news.tourthailand.org/thailand-other-news/database-thailand-other-news/now-google-adsense-speaks-thai.html">Now <b>Google AdSense</b> speaks Thai</a></li>
<li><a href="http://www.126126.info/how-to-make-good-your-google-adsense-ads-by-manoj-yadav/">How to make good your <b>Google Adsense</b> ads â€” by MANOJ YADAV</a></li>
<li><a href="http://www.internetwondersezine.com/online-business-promotion-and-marketing/improving-your-google-adsense-ad-relevancy-with-section-targeting">Improving Your <b>Google Adsense</b> Ad Relevancy With Section Targeting</a></li>
<li><a href="http://www.126126.info/the-google-adsense-ppc-ppa-ppm/">The <b>Google Adsense</b> PPC , PPA ,PPM ,</a></li>
<li><a href="http://www.corporatepartytime.com/corporate-party-time/182">Your <b>Adsense</b> Earnings Style (corporate golf events)</a></li>
</ul>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none">Related Blogs on <b>wordpress</b></li>
<li><a href="http://www.toptut.com/2008/10/10/dyne-wordpress-theme-3100-downloads-from-wordpressorg-alone/">Dyne <b>WordPress</b> Theme &#8211; 3100+ downloads from <b>WordPress</b>.org alone</a></li>
<li><a href="http://blog.firetree.net/2008/10/10/remove-textile-from-a-wordpress-blog/">Remove Textile from a <b>WordPress</b> blog</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/add-adsense-under-each-wordpress-post-by-hand-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The page for google adsense search result</title>
		<link>http://www.tsnpc.com/the-page-for-google-adsense-search-result/</link>
		<comments>http://www.tsnpc.com/the-page-for-google-adsense-search-result/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 23:08:54 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[google adsense]]></category>

		<guid isPermaLink="false">http://www.tsnpc.com/?p=131</guid>
		<description><![CDATA[Following is a quite simple html page I made for google adsense search result: &#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&#62; &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;UTF-8&#8243;&#62; &#60;head&#62; &#60;/head&#62; &#60;body&#62; &#60;div align = &#8220;center&#8221;&#62; ****google adsense search result code***** &#60;/div&#62; &#60;/body&#62; &#60;/html&#62; I dont know what is the meaning of the first 2 lines: &#60;!DOCTYPE html PUBLIC [...]]]></description>
			<content:encoded><![CDATA[<p>Following is a quite simple html page I made for google adsense search result:</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;UTF-8&#8243;&gt;<br />
&lt;head&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;div align = &#8220;center&#8221;&gt;</p>
<p>****google adsense search result code*****</p>
<p>&lt;/div&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>I dont know what is the meaning of the first 2 lines:</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; lang=&#8221;UTF-8&#8243;&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tsnpc.com/the-page-for-google-adsense-search-result/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
