<?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>Keep Walking &#187; Advertisement</title>
	<atom:link href="http://www.aowaa.com/tag/advertisement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aowaa.com</link>
	<description>Free Wordpress Theme, Make Money Online And Cool Gadgets</description>
	<lastBuildDate>Fri, 10 Jun 2011 14:23:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Add Advertisement Between Posts in WordPress</title>
		<link>http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/</link>
		<comments>http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:05:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Advertisement]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Money Blogging]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.aowaa.com/?p=223</guid>
		<description><![CDATA[The advertisement is the best and easiest way for money blogging. Most of us like to put the advertisement in the sidebar and in the post. As we know the more advertisement you show the more earning you get. So we should think about how to increase advertisements friendly and effectively. The bottom of the [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>advertisement</strong> is the best and easiest way for <a href="http://www.aowaa.com/how-to-start-your-money-blogging/" target="_self">money blogging</a>. Most of us like to put the advertisement in the sidebar and in the post. As we know the more <a href="http://www.aowaa.com/tag/advertisement/" target="_self">advertisement</a> you show the more earning you get. So we should think about how to increase advertisements friendly and effectively.</p>
<p>The bottom of the first post in your home page is a good position for <strong>advertisements</strong>. The readers will take note of what is it at the bottom of the first post. If there is a size of 468X60 ads, it will be blended in your blog perfectly.</p>
<div id="attachment_301" class="wp-caption aligncenter" style="width: 507px"><a href="http://www.aowaa.com/wp-content/uploads/2009/11/post-bottom-ads.JPG" class="highslide-image" onclick="return hs.expand(this);"><img class="size-full wp-image-301 " title="post-bottom-ads" src="http://www.aowaa.com/wp-content/uploads/2009/11/post-bottom-ads.JPG" alt="post-bottom-ads" width="497" height="132" /></a><p class="wp-caption-text">The advertisement in the bottom of first post in home page</p></div>
<p><span id="more-223"></span>If you want add the great ads in the home page, you can get start from the <code>index.php</code> file of your <a href="http://www.aowaa.com/tag/theme/" target="_self">wordpress theme</a>. Find the statement of:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>Add this code before that statement, and it should be like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php <span style="color: #000088;">$postcount</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'1'</span><span style="color: #339933;">;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;&amp;</span>lt<span style="color: #339933;">;</span>?php <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>And then find the statement of  <code>&lt;?php endwhile; ?&gt;</code>, and add the post count code before, when you finish it will look like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php <span style="color: #000088;">$postcount</span> <span style="color: #339933;">++;</span>endwhile<span style="color: #339933;">;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>Now you can add the advertisement between the while and endwhile function, using same format like the below code, you can change the number to change how many post with advertisements.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>? <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$postcount</span><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;=</span> <span style="color: #cc66cc;">1</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
<span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;!--</span>  your ad code <span style="color: #339933;">--&amp;</span>gt<span style="color: #339933;">;</span>
<span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php <span style="color: #009900;">&#125;</span>?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<hr />
<p><small>© Alex for <a href="http://www.aowaa.com">Keep Walking</a>, 2009. |
<a href="http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/">Permalink</a> |
<a href="http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/&title=How to Add Advertisement Between Posts in WordPress">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aowaa.com/tag/advertisement/" rel="tag">Advertisement</a>, <a href="http://www.aowaa.com/tag/hacks/" rel="tag">Hacks</a>, <a href="http://www.aowaa.com/tag/money-blogging/" rel="tag">Money Blogging</a>, <a href="http://www.aowaa.com/tag/tutorial/" rel="tag">Tutorial</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.aowaa.com/how-to-add-advertisement-between-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Start Your Money Blogging</title>
		<link>http://www.aowaa.com/how-to-start-your-money-blogging/</link>
		<comments>http://www.aowaa.com/how-to-start-your-money-blogging/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 03:51:28 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Advertisement]]></category>
		<category><![CDATA[Money Blogging]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.aowaa.com/?p=145</guid>
		<description><![CDATA[As the previous post said, you must know how much your blog worth before start money blogging. From the parameter of calculating your blog , you can choice which is the best way for you to make money online. First and last, there are four ways to make money blogging, and you can do this [...]]]></description>
			<content:encoded><![CDATA[<p>As the previous post said, you must know <a href="http://www.aowaa.com/4-ways-to-compute-how-much-your-blog-worth/" target="_self">how much your blog worth</a> before start money blogging. From the parameter of calculating your blog , you can choice which is the best way for you to make money online. First and last, there are four ways to make <a href="http://www.aowaa.com/tag/money-blogging/" target="_self">money blogging</a>, and you can do this at the same time.</p>
<p><img class="alignnone size-full wp-image-152" title="money-blogging" src="http://www.aowaa.com/wp-content/uploads/2009/02/money-blogging.jpg" alt="money-blogging" width="347" height="346" /></p>
<h4>1. Advertisement and Sponsor</h4>
<ul>
<li>Google Adsense</li>
<li>ADToll [<a href="http://www.adtoll.com/?ref=6119" target="_blank">Register</a>]</li>
<li>Performancing Ads [<a href="http://performancingads.com/learn/advertisers?origin=1953" target="_blank">Register</a>]</li>
</ul>
<p><img class="alignnone size-full wp-image-163" title="ads" src="http://www.aowaa.com/wp-content/uploads/2009/03/ads.jpg" alt="ads" width="470" height="200" /></p>
<p><span id="more-145"></span>Advertisement maybe the easily and usual way to make money. All the things you should do just register the Publisher Account, and put the AD code into you blog. After that, you just wait and get your money when somebody chick your ADs. Of course, you can sale your ADs monthly or weekly, and get a moderate income every month or every week.</p>
<p>How much you can earn from Advertisement depend on your site traffic. If you don’t have the high traffic, maybe that’s a hard for your money blogging. So you should try the other ways.</p>
<h4>2. Write paid reviews</h4>
<ul>
<li>Sponsored Reviews [<a href="http://www.sponsoredreviews.com/index.asp?PageAction=NewAccount&amp;aid=22648" target="_blank">Register</a>]</li>
<li>Review Me</li>
<li>Blogsvertise [<a href="http://www.blogsvertise.com/?rid=b23497" target="_blank">Register</a>]</li>
<li>Paying Post [<a href="http://www.payingpost.com/?xyz=300" target="_blank">Register</a>]</li>
<li>Pay per post</li>
</ul>
<p><img class="alignnone size-full wp-image-164" title="reviews" src="http://www.aowaa.com/wp-content/uploads/2009/03/reviews.jpg" alt="reviews" width="546" height="270" /></p>
<p>There are companies want to hire somebody to review their products for the promotion, that was the Marketing Topics. You can find the XXX form the above-mentioned list after your get the Publisher Account. Finish the topics on time, and then get your paid.</p>
<p>How much you earn depend on the Alexa Rank, back links or other information of your blog. So it’s importance that built a good blog before make the money blogging.</p>
<h4>3. Sale text link ADs</h4>
<ul>
<li>Text Link Ads [<a href="http://www.inlinks.com/?ref=158522" target="_blank">Register</a>]</li>
<li>Back links [<a href="http://www.backlinks.com/aff/27583" target="_blank">Register</a>]</li>
<li>Link Worth [<a href="http://www.linkworth.com/?a=12256" target="_blank">Register</a>]</li>
</ul>
<p><img class="alignnone size-full wp-image-162" title="txas" src="http://www.aowaa.com/wp-content/uploads/2009/03/txas.jpg" alt="txas" width="416" height="156" /></p>
<p>Text links ad sell is another easy way to make money, some great bloggers can earn more than $1000/month from text link ads. The prices of your ads depend on the Google Page Rank and Alexa Rank of you website. You just put the text links in your website after somebody have paid. Though it’s a easy ways to earn, you should remember don’t sale text links about Grambling and Eroticism, and it will make your website be punished by Google and other<a href="http://www.aowaa.com/tag/search-engines/" target="_self"> search engines</a>.</p>
<p>Google allow you to sale the text links which is related to your website or using the “no follow” label. So to be honest when your are making money blogging is very important.</p>
<h4>4. Affiliate</h4>
<p>Affiliate is something just like Advertisement, but it’s different between them. Many blog marketing website have the affiliate system. If you bring some numbers to this blog marketing website, when they consume or earn a certain amount of money, you can get your paid.</p>
<p>So if you want to start money blogging, you can click register link to join the blog marketing website listed upwards. After you get the first bucket of gold, I can get my paid.</p>
<hr />
<p><small>© Alex for <a href="http://www.aowaa.com">Keep Walking</a>, 2009. |
<a href="http://www.aowaa.com/how-to-start-your-money-blogging/">Permalink</a> |
<a href="http://www.aowaa.com/how-to-start-your-money-blogging/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.aowaa.com/how-to-start-your-money-blogging/&title=How To Start Your Money Blogging">del.icio.us</a>
<br/>
Post tags: <a href="http://www.aowaa.com/tag/advertisement/" rel="tag">Advertisement</a>, <a href="http://www.aowaa.com/tag/blogging/" rel="tag">Blogging</a>, <a href="http://www.aowaa.com/tag/money-blogging/" rel="tag">Money Blogging</a>, <a href="http://www.aowaa.com/tag/tutorial/" rel="tag">Tutorial</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.aowaa.com/how-to-start-your-money-blogging/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

