<?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>Wordpress API &#187; technology</title>
	<atom:link href="http://wordpressapi.com/category/news/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressapi.com</link>
	<description>Wordpress Tutorials, Tips, Code, Hacks, Themes, plugin, Developer Code book -Wordpress Code, Themes, Plugins, Tips, Tutorials, News, Releases, Designs, Hacks, Tricks, Blog</description>
	<lastBuildDate>Wed, 25 Jan 2012 18:48:14 +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 remove the AuthType Basic</title>
		<link>http://wordpressapi.com/2011/02/28/remove-authtype-basic/</link>
		<comments>http://wordpressapi.com/2011/02/28/remove-authtype-basic/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 19:58:37 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[apache configuration]]></category>
		<category><![CDATA[auth]]></category>
		<category><![CDATA[AuthName]]></category>
		<category><![CDATA[AuthType]]></category>
		<category><![CDATA[AuthUserFile]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Satisfy]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[web authentication]]></category>

		<guid isPermaLink="false">http://wordpressapi.com/?p=6020</guid>
		<description><![CDATA[http://wordpressapi.com/2011/02/28/remove-authtype-basic/For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess file. without directory use the following code. #AuthType Basic #AuthName &#8220;By Invitation &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2011/02/28/remove-authtype-basic/<p>For putting the web authentication we always use the .htaccess or apache configuration file. For removing the web auth from folder you need put following code in .htaccess file.</p>
<pre class="brush: php; title: ; notranslate">
&lt;Directory /var/www/html/&gt;
#AuthType Basic
#AuthName &quot;By Invitation Only&quot;
#AuthUserFile /etc/httpd/passwd/passwords
#Require user wpapi
#Require valid-user
&lt;/Directory&gt;

&lt;Directory /var/www/html/&gt;
AuthType None
Require all granted
Satisfy Any
&lt;/Directory&gt;
</pre>
<p>without directory use the following code.</p>
<p>#AuthType Basic<br />
#AuthName &#8220;By Invitation Only&#8221;<br />
#AuthUserFile /etc/httpd/passwd/passwords<br />
#Require user wpapi<br />
#Require valid-user</p>
<p>AuthType None<br />
Require all granted<br />
Satisfy Any</p>
<p><a rel="attachment wp-att-6548" href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/how-to-remove-the-authtype-basic/"><img class="alignnone size-full wp-image-6548" title="How to remove the AuthType Basic" src="http://images.wordpressapi.com/How-to-remove-the-AuthType-Basic.png" alt="" width="325" height="279" /></a></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="apache require all granted usefull">apache require all granted usefull</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="authtype none satisfy any">authtype none satisfy any</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="authtype nonerequire all granted">authtype nonerequire all granted</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="authuserfile amazon ec2">authuserfile amazon ec2</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="jquery upload authtype">jquery upload authtype</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="remove authtype basic">remove authtype basic</a></li><li><a href="http://wordpressapi.com/2011/02/28/remove-authtype-basic/" title="wordpres auth user file">wordpres auth user file</a></li></ul><p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2011/02/28/remove-authtype-basic/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to check robots.txt is fle</title>
		<link>http://wordpressapi.com/2011/02/09/check-robots-txt-fle/</link>
		<comments>http://wordpressapi.com/2011/02/09/check-robots-txt-fle/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 17:48:31 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[care]]></category>
		<category><![CDATA[checker]]></category>
		<category><![CDATA[Checking]]></category>
		<category><![CDATA[Disallow]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[ful]]></category>
		<category><![CDATA[gz]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[robots]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[search engine result]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[User-agent]]></category>
		<category><![CDATA[varification]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[witten]]></category>
		<category><![CDATA[wordpressapi]]></category>

		<guid isPermaLink="false">http://wordpressapi.com/?p=5998</guid>
		<description><![CDATA[http://wordpressapi.com/2011/02/09/check-robots-txt-fle/For Checking robots.txt file you should go for following website I really like this website. http://tool.motoricerca.info/robots-checker.phtml Robots.txt file is very important for Search Engine. If this file is not witten in proper way then search engine will crawl your site &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2011/02/09/check-robots-txt-fle/<p>For Checking robots.txt file you should go for following website I really like this website.</p>
<p>http://tool.motoricerca.info/robots-checker.phtml</p>
<p>Robots.txt file is very important for Search Engine. If this file is not witten in proper way then search engine will crawl your site and your website never come in search engine result so you need to be very care ful about this file.</p>
<p>You should write your robots.txt file following way.</p>
<pre class="brush: php; title: ; notranslate">

User-agent: *
Disallow:

Sitemap: http://wordpressapi.com/sitemap.xml.gz
# WordPressAPI.com 18 April 2010
</pre>
<p><a href="http://wordpressapi.com/2011/02/09/check-robots-txt-fle/robot-search/" rel="attachment wp-att-6108"><img src="http://images.wordpressapi.com/robot-search.png" alt="" title="robot-search" width="238" height="245" class="alignnone size-full wp-image-6108" /></a></p>
<p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2011/02/09/check-robots-txt-fle/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Free 40+ Professional 3 Column WordPress Themes</title>
		<link>http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/</link>
		<comments>http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 06:16:20 +0000</pubDate>
		<dc:creator>Mahesh</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress technology]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5474</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/Many people are somtimes searching for 3 column wordpress themes. I found very professional 3 columns worpdress themes and I made a very nice list of wordpress themes. In this post you can view demo and for download theme you&#8217;ve &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/<p>Many people are somtimes searching for 3 column wordpress themes. I found very professional 3 columns worpdress themes and I made a very nice list of wordpress themes. In this post you can view demo and for download theme you&#8217;ve to click on image of theme. So enjoy them and don&#8217;t forget to share! Thanks.</p>
<h2>1. <a href="http://bizzartic.com/2009/08/28/pure-magazine-wordpress-theme/">Pure Magazine</a></h2>
<h2>[ <a href="http://bizzartic.com/bizzthemes/puremagazine/">Demo</a> ]</h2>
<p><a rel="attachment wp-att-5523" href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/professional-3-coloumn-wordpress-themes/"><img class="alignnone size-full wp-image-5523" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes.jpg" alt="" width="600" height="762" /></a></p>
<h2>2. <a href="http://www.fresheezy.com/theme/3370-Bright-White">Bright-White</a></h2>
<h2>[ <a href="http://www.hablogs.com/demo/index.php?wptheme=Bright-White">Demo</a> ]</h2>
<p><a rel="attachment wp-att-5619" href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/professional-3-coloumn-wordpress-themes-2/"><img class="alignnone size-full wp-image-5619" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-2.jpg" alt="" width="600" height="525" /></a></p>
<h2>3. <a href="http://newwpthemes.com/wordpress-theme/blue-news/">Blue News</a></h2>
<h2>[ <a href="http://newwpthemes.com/demo/BlueNews/">Demo</a> ]</h2>
<p><a href="http://newwpthemes.com/wordpress-theme/blue-news/"><img class="alignnone size-full wp-image-5620" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-3.jpg" alt="" width="600" height="509" /></a></p>
<h2>4. <a href="http://www.web2feel.com/aristo/">Aristo</a></h2>
<h2>[ <a href="http://www.jinsonathemes.com/demo/?themedemo=aristo">Demo</a> ]</h2>
<p><a href="http://www.web2feel.com/aristo/"><img class="alignnone size-full wp-image-5621" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-4.jpg" alt="" width="600" height="459" /></a></p>
<h2>5. <a href="http://templatic.com/freethemes/wp-premium">WP Premium</a></h2>
<h2>[ <a href="http://templatic.com/demos/?theme=wppremium">Demo</a> ]</h2>
<p><a href="http://templatic.com/freethemes/wp-premium"><img class="alignnone size-full wp-image-5622" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-5.jpg" alt="" width="600" height="425" /></a></p>
<h2>6. <a href="http://www.clone24.com/free-wordpress-themes/freshblog-a-free-premium-wordpress-theme/">Freshblog</a></h2>
<h2>[ <a href="http://www.clone24.com/goto/http://www.bestwp.net/demo/freshblog/">Demo</a> ]</h2>
<p><a href="http://www.clone24.com/free-wordpress-themes/freshblog-a-free-premium-wordpress-theme/"><img class="alignnone size-full wp-image-5623" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-6.jpg" alt="" width="600" height="626" /></a></p>
<h2>7. <a href="http://www.bestwpthemes.com/fervens/">Fervens</a></h2>
<h2>[ <a href="http://wp-themes.designdisease.com/testrun/?theme=fervens-b">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemes.com/fervens/"><img class="alignnone size-full wp-image-5624" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-7.jpg" alt="" width="600" height="394" /></a></p>
<h2>8. <a href="http://yoshz.com/free-themes/free-wordpress-theme-fantomalist/">Fantomalist</a></h2>
<h2>[ <a href="http://yoshz.com/theme/?wptheme=Fantom">Demo</a> ]</h2>
<p><a href="http://yoshz.com/free-themes/free-wordpress-theme-fantomalist/"><img class="alignnone size-full wp-image-5625" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-8.jpg" alt="" width="600" height="911" /></a></p>
<h2>9. <a href="http://www.blogohblog.com/wordpress-theme-dailypress/">DailyPress</a></h2>
<h2>[ <a href="http://wpthemes.blogohblog.net/index.php?wptheme=dailypress">Demo</a> ]</h2>
<p><a href="http://www.blogohblog.com/wordpress-theme-dailypress/"><img class="alignnone size-full wp-image-5626" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-9.jpg" alt="" width="600" height="474" /></a></p>
<h2>10. <a href="http://www.bestwpthemes.com/carrington/">Carrington</a></h2>
<h2>[ <a href="http://carringtontheme.com/">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemes.com/carrington/"><img class="alignnone size-full wp-image-5627" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-10.jpg" alt="" width="600" height="456" /></a></p>
<h2>11. <a href="http://speckyboy.com/2010/01/06/worn-wall-free-grungy-three-column-wordpress-theme/">Worn Wall</a></h2>
<h2>[ <a href="http://www.templatelite.com/download/preview.php?theme=32">Demo</a> ]</h2>
<p><a href="http://speckyboy.com/2010/01/06/worn-wall-free-grungy-three-column-wordpress-theme/"><img class="alignnone size-full wp-image-5628" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-11.jpg" alt="" width="600" height="472" /></a></p>
<h2>12. <a href="http://graphpaperpress.com/themes/work-a-holic/">Work-a-holic</a></h2>
<h2>[ <a href="http://demo.graphpaperpress.com/workaholic/">Demo</a> ]</h2>
<p><a href="http://graphpaperpress.com/themes/work-a-holic/"><img class="alignnone size-full wp-image-5629" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-12.jpg" alt="" width="600" height="409" /></a></p>
<h2>13. <a href="http://www.freethemelayouts.com/showcase/unwind-wordpress-theme/">Unwind</a></h2>
<h2>[ <a href="http://www.freethemelayouts.com/blog/index.php?wptheme=unwind">Demo</a> ]</h2>
<p><a href="http://www.freethemelayouts.com/showcase/unwind-wordpress-theme/"><img class="alignnone size-full wp-image-5630" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-13.jpg" alt="" width="600" height="462" /></a></p>
<h2>14. <a href="http://www.siiimple.com/un-complicated-wordpress-theme">Un.complicated</a></h2>
<h2>[ <a href="http://s51370.gridserver.com/_uncomplicated/">Demo</a> ]</h2>
<p><a href="http://www.siiimple.com/un-complicated-wordpress-theme"><img class="alignnone size-full wp-image-5631" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-14.jpg" alt="" width="600" height="457" /></a></p>
<h2>15. <a href="http://www.siiimple.com/the-standard">The Standard</a></h2>
<h2>[ <a href="http://s51370.gridserver.com/_1212/">Demo</a> ]</h2>
<p><a href="http://www.siiimple.com/the-standard"><img class="alignnone size-full wp-image-5632" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-15.jpg" alt="" width="600" height="467" /></a></p>
<h2>16. <a href="http://www.woothemes.com/2010/06/themorningafter/">The Morning After</a></h2>
<h2>[ <a href="http://www.woothemes.com/demo/?name=themorningafter">Demo</a> ]</h2>
<p><a href="http://www.woothemes.com/2010/06/themorningafter/"><img class="alignnone size-full wp-image-5633" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-16.jpg" alt="" width="600" height="464" /></a></p>
<h2>17. <a href="http://www.bestwpthemez.com/wordpress/neoblue-3-columns-right-sidebar-wordpress-theme-3140/">Neoblue</a></h2>
<h2>[ <a href="http://themedemo.bestwpthemez.com/index.php?wptheme=Neoblue">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemez.com/wordpress/neoblue-3-columns-right-sidebar-wordpress-theme-3140/"><img class="alignnone size-full wp-image-5634" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-17.jpg" alt="" width="600" height="365" /></a></p>
<h2>18. <a href="http://www.wordpressthemesbook.com/mercury/">Mercury</a></h2>
<h2>[ <a href="http://www.wordpressthemesbook.com/themedemo/go.php?url=http://www.wordpressthemesbook.com/demo/mercury/">Demo</a> ]</h2>
<p><a href="http://www.wordpressthemesbook.com/mercury/"><img class="alignnone size-full wp-image-5635" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-18.jpg" alt="" width="600" height="454" /></a></p>
<h2>19. <a href="http://www.magpress.com/wordpress-themes/maglossv2.html">Magloss V2</a></h2>
<h2>[ <a href="http://demo.magpress.com/?wptheme=Magloss_V2">Demo</a> ]</h2>
<p><a href="http://www.magpress.com/wordpress-themes/maglossv2.html"><img class="alignnone size-full wp-image-5636" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-19.jpg" alt="" width="600" height="635" /></a></p>
<h2>20. <a href="http://newwpthemes.com/wordpress-theme/liliya/">Liliya</a></h2>
<h2>[ <a href="http://newwpthemes.com/demo/Liliya/">Demo</a> ]</h2>
<p><a href="http://newwpthemes.com/wordpress-theme/liliya/"><img class="alignnone size-full wp-image-5637" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-20.jpg" alt="" width="600" height="495" /></a></p>
<h2>21. <a href="http://5thirtyone.com/grid-focus">Grid Focus</a></h2>
<h2>[ <a href="http://demo.5thirtyone.com/">Demo</a> ]</h2>
<p><a href="http://5thirtyone.com/grid-focus"><img class="alignnone size-full wp-image-5638" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-21.jpg" alt="" width="600" height="409" /></a></p>
<h2>22. <a href="http://www.siiimple.com/tdg-theme">The Daily Grind</a></h2>
<h2>[ <a href="http://s51370.gridserver.com/wordpress/">Demo</a> ]</h2>
<p><a href="http://www.siiimple.com/tdg-theme"><img class="alignnone size-full wp-image-5639" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-22.jpg" alt="" width="600" height="409" /></a></p>
<h2>23. <a href="http://wordpress.org/extend/themes/smooth">Smooth</a></h2>
<h2>[ <a href="http://wp-themes.com/smooth?TB_iframe=true&amp;width=1473&amp;height=760">Demo</a> ]</h2>
<p><a href="http://wordpress.org/extend/themes/smooth"><img class="alignnone size-full wp-image-5640" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-23.jpg" alt="" width="600" height="506" /></a></p>
<h2>24. <a href="http://shakenandstirredweb.com/331/introducing-our-first-free-wordpress-theme-shaken-grid">Shaken Grid</a></h2>
<h2>[ <a href="http://shakenandstirredweb.com/themes/">Demo</a> ]</h2>
<p><a href="http://shakenandstirredweb.com/331/introducing-our-first-free-wordpress-theme-shaken-grid"><img class="alignnone size-full wp-image-5641" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-24.jpg" alt="" width="600" height="461" /></a></p>
<h2>25. <a href="http://www.wpthemedesigner.com/2010/01/22/pixdesign-v2-theme/">PixDesign Silver</a></h2>
<h2>[ <a href="http://wpthemedesigner.com/demo/index.php?wptheme=PixDesign-Silver">Demo</a> ]</h2>
<p><a href="http://www.wpthemedesigner.com/2010/01/22/pixdesign-v2-theme/"><img class="alignnone size-full wp-image-5642" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-25.jpg" alt="" width="600" height="462" /></a></p>
<h2>26. <a href="http://www.paddsolutions.com/wordpress-theme-oxygenous/">Oxygenous</a></h2>
<h2>[ <a href="http://www.paddsolutions.com/wpmag/oxygenous/">Demo</a> ]</h2>
<p><a href="http://www.paddsolutions.com/wordpress-theme-oxygenous/"><img class="alignnone size-full wp-image-5643" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-26.jpg" alt="" width="600" height="471" /></a></p>
<h2>27. <a href="http://www.fresheezy.com/theme/5233-Mainam-Vintage">Mainam Vintage</a></h2>
<h2>[ <a href="http://www.paddsolutions.com/wpmag/mainam/?wptheme=mainam-vintage">Demo</a> ]</h2>
<p><a href="http://www.fresheezy.com/theme/5233-Mainam-Vintage"><img class="alignnone size-full wp-image-5644" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-27.jpg" alt="" width="600" height="466" /></a></p>
<h2>28. <a href="http://www.woothemes.com/2009/02/irresistible/">Irresistible</a></h2>
<h2>[ <a href="http://www.woothemes.com/demo/?name=irresistible">Demo</a> ]</h2>
<p><a href="http://www.woothemes.com/2009/02/irresistible/"><img class="alignnone size-full wp-image-5645" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-28.jpg" alt="" width="600" height="487" /></a></p>
<h2>29. <a href="http://www.bestwpthemes.com/grass-roots/">Grass Roots</a></h2>
<h2>[ <a href="http://grassroots.wellmedicated.com/">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemes.com/grass-roots/"><img class="alignnone size-full wp-image-5646" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-29.jpg" alt="" width="600" height="394" /></a></p>
<h2>30. <a href="http://freebiesdock.com/freemium-wordpress-theme/">FREEmium</a></h2>
<h2>[ <a href="http://demo.freebiesdock.com/">Demo</a> ]</h2>
<p><a href="http://freebiesdock.com/freemium-wordpress-theme/"><img class="alignnone size-full wp-image-5647" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-30.jpg" alt="" width="600" height="461" /></a></p>
<h2>31. <a href="http://www.magpress.com/wordpress-themes/econox.html.">EcoNox</a></h2>
<h2>[ <a href="http://demo.magpress.com/?wptheme=EcoNox">Demo</a> ]</h2>
<p><a href="http://www.magpress.com/wordpress-themes/econox.html"><img class="alignnone size-full wp-image-5648" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-31.jpg" alt="" width="600" height="576" /></a></p>
<h2>32. <a href="http://newwpthemes.com/wordpress-theme/demet/">Demet</a></h2>
<h2>[ <a href="http://newwpthemes.com/demo/Demet/">Demo</a> ]</h2>
<p><a href="http://newwpthemes.com/wordpress-theme/demet/"><img class="alignnone size-full wp-image-5649" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-32.jpg" alt="" width="600" height="457" /></a></p>
<h2>33. <a href="http://www.thomasveit.com/bluebubble-free-premium-wordpress-portfolio-theme/">BlueBubble</a></h2>
<h2>[ <a href="http://wordpress.thomasveit.com/">Demo</a> ]</h2>
<p><a href="http://www.thomasveit.com/bluebubble-free-premium-wordpress-portfolio-theme/"><img class="alignnone size-full wp-image-5650" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-33.jpg" alt="" width="600" height="442" /></a></p>
<h2>34. <a href="http://www.web2feel.com/atlantis/">Atlantis</a></h2>
<h2>[ <a href="http://www.jinsonathemes.com/fabs/?themedemo=Atlantis">Demo</a> ]</h2>
<p><a href="http://www.web2feel.com/atlantis/"><img class="alignnone size-full wp-image-5651" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-34.jpg" alt="" width="600" height="486" /></a></p>
<h2>35. <a href="http://www.wpexplorer.com/artwork-wordpress-theme.html">Artwork</a></h2>
<h2>[ <a href="http://www.ezwpthemes.com/examples/?wptheme=Artwork&amp;cat=120">Demo</a> ]</h2>
<p><a href="http://www.wpexplorer.com/artwork-wordpress-theme.html"><img class="alignnone size-full wp-image-5652" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-35.jpg" alt="" width="600" height="501" /></a></p>
<h2>36. <a href="http://www.bestwpthemez.com/wordpress/welding-right-sidebar-widget-supported-wordpress-theme-3707/">Welding</a></h2>
<h2>[ <a href="http://themedemo.bestwpthemez.com/index.php?wptheme=Welding">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemez.com/wordpress/welding-right-sidebar-widget-supported-wordpress-theme-3707/"><img class="alignnone size-full wp-image-5653" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-36.jpg" alt="" width="600" height="406" /></a></p>
<h2>37. <a href="http://topwpthemes.com/solio/">Solio</a></h2>
<h2>[ <a href="http://wpthemes.toptut.com/index.php?wptheme=Solio">Demo</a> ]</h2>
<p><a href="http://topwpthemes.com/solio/"><img class="alignnone size-full wp-image-5654" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-37.jpg" alt="" width="600" height="487" /></a></p>
<h2>38. <a href="http://www.dynamicwp.net/free-themes/simple-magazine-red/">Simple Magazine Red</a></h2>
<h2>[ <a href="http://www.dynamicwp.net/demo/?preview_theme=Simple-Magazine-Red">Demo</a> ]</h2>
<p><a href="http://www.dynamicwp.net/free-themes/simple-magazine-red/"><img class="alignnone size-full wp-image-5655" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-38.jpg" alt="" width="600" height="435" /></a></p>
<h2>39. <a href="http://www.simplewpthemes.com/2010/08/riviera-magazine/">Riviera Magazine</a></h2>
<h2>[ <a href="http://www.simplewpthemes.com/demo/theme/?wptheme=RivieraMagazine">Demo</a> ]</h2>
<p><a href="http://www.simplewpthemes.com/2010/08/riviera-magazine/"><img class="alignnone size-full wp-image-5656" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-39.jpg" alt="" width="600" height="469" /></a></p>
<h2>40. <a href="http://www.wpthemedesigner.com/2008/11/28/rewire-theme/">Rewire Theme</a></h2>
<h2>[ <a href="http://wpthemedesigner.com/demo/index.php?wptheme=Rewire+Theme">Demo</a> ]</h2>
<p><a href="http://www.wpthemedesigner.com/2008/11/28/rewire-theme/"><img class="alignnone size-full wp-image-5657" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-40.jpg" alt="" width="600" height="411" /></a></p>
<h2>41. <a href="http://www.bestwpthemez.com/wordpress/red-light-physics-leftright-sidebar-wordpress-theme-5919/">Red Light Physics</a></h2>
<h2>[ <a href="http://themedemo.bestwpthemez.com/index.php?wptheme=Red%20Light">Demo</a> ]</h2>
<p><a href="http://www.bestwpthemez.com/wordpress/red-light-physics-leftright-sidebar-wordpress-theme-5919/"><img class="alignnone size-full wp-image-5658" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-41.jpg" alt="" width="600" height="356" /></a></p>
<h2>42. <a href="http://www.paddsolutions.com/wordpress-theme-woodtastic">Woodtastic</a></h2>
<h2>[ <a href="http://www.paddsolutions.com/wpthemes/switch.php?template=woodtastic">Demo</a> ]</h2>
<p><a href="http://www.paddsolutions.com/wordpress-theme-woodtastic"><img class="alignnone size-full wp-image-5659" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-42.jpg" alt="" width="600" height="412" /></a></p>
<h2>43. <a href="http://blogsessive.com/blogging-tools/simple-balance-free-simple-wordpress-theme/">Simple Balance 2.0</a></h2>
<h2>[ <a href="http://demo.blogsessive.com/index.php?wptheme=Simple+Balance">Demo</a> ]</h2>
<p><a href="http://blogsessive.com/blogging-tools/simple-balance-free-simple-wordpress-theme/"><img class="alignnone size-full wp-image-5660" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-43.jpg" alt="" width="600" height="412" /></a></p>
<h2>44. <a href="http://wp-themes.designdisease.com/category/free-blog-themes/dilectio/">Dilectio</a></h2>
<h2>[ <a href="http://wp-themes.designdisease.com/testrun/?theme=dilectio">Demo</a> ]</h2>
<p><a href="http://wp-themes.designdisease.com/category/free-blog-themes/dilectio/"><img class="alignnone size-full wp-image-5661" src="http://images.wordpressapi.com/Professional-3-Coloumn-Wordpress-Themes-44.jpg" alt="" width="600" height="412" /></a></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="como configurar magloss theme options">como configurar magloss theme options</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="3 column wordpress themes">3 column wordpress themes</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="free column wordpress themes">free column wordpress themes</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="3 column wordpress">3 column wordpress</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="free 3 column wordpress themes">free 3 column wordpress themes</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="open source three column wordpress themes">open source three column wordpress themes</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="theme wordpress 3 column professional">theme wordpress 3 column professional</a></li><li><a href="http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/" title="wordpress themes 3 column">wordpress themes 3 column</a></li></ul><p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/19/free-40-professional-3-cloumn-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0.3 released with Fixes issues in the XML-RPC remote publishing interface</title>
		<link>http://wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/</link>
		<comments>http://wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 21:02:41 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[wordpress release]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5563</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/Some time before on 8th December WordPress released the New version which is 3.0.3. What wordpress is saying about this release. This release fixes issues in the remote publishing interface, which under certain circumstances allowed Author- and Contributor-level users to &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/<p>Some time before on 8th December <a href="http://images.wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/" target="_blank">WordPress released</a> the New version which is 3.0.3. What wordpress is saying about this release.</p>
<div id="attachment_5564" class="wp-caption alignnone<img class="size-full wp-image-5564" title="wordpress-3.0.3 released" src="http://images.wordpressapi.com/wordpress-3-0-3.png" alt="wordpress-3.0.3 released" width="420" height="375" /><p class="wp-caption-text">wordpress-3.0.3 released</p></div>
<p><a href="http://codex.wordpress.org/Version_3.0.3">This release</a> fixes issues in the remote publishing interface, which under certain  circumstances allowed Author- and Contributor-level users to improperly  edit, publish, or delete posts.</p>
<p><strong>These issues only affect sites that have remote publishing enabled.</strong></p>
<p>Remote publishing is disabled by default, but you may have enabled it  to use a remote publishing client such as one of the WordPress mobile  apps. You can check these settings on the “Settings → Writing” screen.</p>
<p>With this release they Improved the capabilites checking in the XMLRPC code. They modified the following files.</p>
<pre>wp-includes/version.php
xmlrpc.php
readme.html
wp-admin/includes/update-core.php
</pre>
<p>Enjoy the<a href="http://images.wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/" target="_blank"> wordpress 3.0.3 version</a>.</p>
<p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/08/wordpress-3-0-3-released-fixes-issues-xml-rpc-remote-publishing-interface/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>how to generate Facebook fan code</title>
		<link>http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/</link>
		<comments>http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 17:44:58 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[facebook fan]]></category>
		<category><![CDATA[facebook friends]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5557</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/Many people want to add the facebook fan code and like button in your website for facebook page. For generating the facebook fan code just go to following URL: http://developers.facebook.com/docs/reference/plugins/like-box Just put your facebook page url in URL section. specify &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/<p>Many people want to add the<a href="http://images.wordpressapi.com/2010/12/08/generate-facebook-fan-code/" target="_blank"> facebook fan code</a> and like button in your website for facebook page.</p>
<p>For generating the facebook fan code just go to following URL:</p>
<p><a href="http://developers.facebook.com/docs/reference/plugins/like-box" target="_blank">http://developers.facebook.com/docs/reference/plugins/like-box</a></p>
<p>Just put your facebook page url in URL section. specify the width of widget and color scheme. then uncheck the show header and show stream checkbox.</p>
<p><img class="alignnone size-large wp-image-5558" title="Like Box" src="http://images.wordpressapi.com/Like-Box-600x474.png" alt="" width="600" height="474" /></p>
<p>If you want to show the connected photos then put value in connections textbox. But I recommend to use the zero value in that because that will slowdown your website. Then click on get code button. Then you will see the facbook in page popup. As per my suggestion use the iframe tag. Do not use the javascript tag for your website.</p>
<p>That will again for your website performance related. As much script tag you include in your website that much slowness will happen to your website.</p>
<p>Then use the iframe tag code in your website.</p>
<p><img class="alignnone size-full wp-image-5559" title="facebook-like-button" src="http://images.wordpressapi.com/facebook-like-button1.png" alt="" width="334" height="91" /></p>
<p>If you are using the wordpress then just use the text widget for showing your facebook fan widget.</p>
<p>If you are having any issues or questions about adding the<a href="http://images.wordpressapi.com/2010/12/08/generate-facebook-fan-code/" target="_blank"> facbook fan code</a> in your website then please write to me.</p>
<p>&nbsp;</p>
<div id="attachment_6777" class="wp-caption alignnone<a rel="attachment wp-att-6777" href="http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/how-to-generate-facebook-fan-code/"><img class="size-full wp-image-6777" title="how to generate Facebook fan code" src="http://images.wordpressapi.com/how-to-generate-Facebook-fan-code.png" alt="how to generate Facebook fan code" width="350" height="303" /></a><p class="wp-caption-text">how to generate Facebook fan code</p></div>
<p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/08/generate-facebook-fan-code/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How to Convert plain text URI to HTML links in wordpress themes</title>
		<link>http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/</link>
		<comments>http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:30:31 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress api]]></category>
		<category><![CDATA[wordpress hacks]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress tutorials]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5549</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/When you put some URL and email address you need to manually add the link URL to that text. This action always takes the some time of wordpress blogger. WordPress has facility to add the links to your URL and &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/<p>When you put some URL and email address you need to manually add the link URL to that text. This action always takes the some time of wordpress blogger. WordPress has facility to add the links to your URL and email address automatically.<br />
<img class="alignnone size-large wp-image-5550" title="http www" src="http://images.wordpressapi.com/wordpress-links-make-clickable-600x491.jpg" alt="" width="600" height="491" /></p>
<p>This facility is available in wordpress since wordpress 2.7 version but many wordpress theme and plugin developers never used this functionality.</p>
<p>WordPress provides the make_clickable() function for convert <a href="http://images.wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/">plain text URI to HTML links</a>. This function able to convert URI, www, ftp, and email addresses. Finishes by fixing links within links. You just need to pass the string parameter to this method.</p>
<p>More detail information you can find in following file.<br />
wp-includes/formatting.php.</p>
<p>You can use this method in your functions.php file also. Use the following code.</p>
<pre class="brush: php; title: ; notranslate">
add_filter('the_content', 'make_clickable');
</pre>
<p>By using this code you are able to covert the URI, www, ftp, and email addresses in to link.</p>
<div id="attachment_6685" class="wp-caption alignnone<a rel="attachment wp-att-6685" href="http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/how-to-convert-plain-text-uri-to-html-links-in-wordpress-themes/"><img class="size-full wp-image-6685" title="How to Convert plain text URI to HTML links in wordpress themes" src="http://images.wordpressapi.com/How-to-Convert-plain-text-URI-to-HTML-links-in-wordpress-themes.png" alt="How to Convert plain text URI to HTML links in wordpress themes" width="300" height="246" /></a><p class="wp-caption-text">How to Convert plain text URI to HTML links in wordpress themes</p></div>
<p>If you are having any issues or question about <a href="http://images.wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/">make_clickable</a> method then please write to me.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/" title="convert uri to html">convert uri to html</a></li><li><a href="http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/" title="post via e-mail wordpress html plain text">post via e-mail wordpress html plain text</a></li></ul><p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/07/convert-plain-text-uri-html-links-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>show popular posts without wordpress plugin in theme</title>
		<link>http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/</link>
		<comments>http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 19:06:57 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress api]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress tutorials]]></category>
		<category><![CDATA[wordpress hacks]]></category>
		<category><![CDATA[wordpress theme]]></category>
		<category><![CDATA[wordpress tips]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5544</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/Many times you want to show the popular posts in your wordpress theme and you use popular post wordpress plugin or widget for showing the popular posts in your wordpress theme. As much possible you need to avoid the wordpress &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/<p>Many times you want to show the <a href="http://images.wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/">popular posts</a> in your wordpress theme and you use popular post wordpress plugin or widget for showing the popular posts in your wordpress theme. As much possible you need to avoid the wordpress plugins for minimal code.</p>
<p>With very easy steps you can fetch the most popular posts from your wordpress. Most common trick or technique is on comments base you can fetch the popular posts.</p>
<p>You just need to open your functions.php file from wordpress posts and put following code in file.</p>
<pre class="brush: php; title: ; notranslate">

// Get Most Popular Posts in theme
function popular_posts_by_comments( $posts = 5) {
 $popular = new WP_Query('orderby=comment_count&amp;posts_per_page='.$posts);
 while ($popular-&gt;have_posts()) : $popular-&gt;the_post();
?&gt;
&lt;li&gt;
&lt;div&gt;
 &lt;a title=&quot;&lt;?php the_title(); ?&gt;&quot; href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
 &lt;span&gt;&lt;?php comments_popup_link('0 Comment', '1 Comment', '% Comments', 'comments-link', ''); ?&gt;&lt;/span&gt;
 &lt;/div&gt; &lt;!--end .info--&gt;
 &lt;div&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;?php endwhile;
}
</pre>
<p>This is very easy code to fetch you <a href="http://images.wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/">wordpress popular posts</a>. Here I am fetching only 5 popular posts from wordpress. You can fetch the multiple popular posts by changing the $post variable value.</p>
<p>In wordpress theme sidebar or footer section if you want to <a href="http://images.wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/">show the popular post</a> then just use following code.</p>
<p>popular_posts_by_comments();</p>
<p><img class="alignnone size-full wp-image-5545" title="popular-posts-wordpress-API" src="http://images.wordpressapi.com/popular-posts-wordpress-API.png" alt="" width="338" height="420" /></p>
<p>where you want to show the <a href="http://images.wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/">popular posts</a>.</p>
<div id="attachment_6687" class="wp-caption alignnone<a rel="attachment wp-att-6687" href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/show-popular-posts-without-wordpress-plugin-in-theme/"><img class="size-full wp-image-6687" title="show popular posts without wordpress plugin in theme" src="http://images.wordpressapi.com/show-popular-posts-without-wordpress-plugin-in-theme.png" alt="show popular posts without wordpress plugin in theme" width="300" height="300" /></a><p class="wp-caption-text">show popular posts without wordpress plugin in theme</p></div>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress popular posts">wordpress popular posts</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="show popular post without plugin">show popular post without plugin</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress news">wordpress news</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress most popular posts without plugin">wordpress most popular posts without plugin</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress get popular post api">wordpress get popular post api</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress api display most popular posts">wordpress api display most popular posts</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="will show your gravatar directory">will show your gravatar directory</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="timthumb with myst theme wordpress">timthumb with myst theme wordpress</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="show popular post without plugins">show popular post without plugins</a></li><li><a href="http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/" title="wordpress popular posts functions php">wordpress popular posts functions php</a></li></ul><p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/07/show-popular-posts-wordpress-plugin-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Remove Unwanted Meta Boxes from wordpress dashboard through wordpress theme</title>
		<link>http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/</link>
		<comments>http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 18:35:45 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[Open source]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress api]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress tutorials]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5538</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/When we login to wordpress admin area that time we first saw the admin dashboard. Many tabs and section are not useful in admin dashboard section for wordpress admin and sometimes we dont know what is that sections. We saw &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/<p>When we login to <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">wordpress admin area</a> that time we first saw the admin dashboard. Many tabs and section are not useful in admin dashboard section for wordpress admin and sometimes we dont know what is that sections.</p>
<p>We saw the right now, recent comments, quick press, stat, recent drafts, incoming links, wordpress development blog, other wordpress news, plugins and more sections in <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">wordpress dashboard section</a>. Most of that section are not useful to wordpress admin. So is that better to remove unwanted section from dashboard.</p>
<p><img class="alignnone size-large wp-image-5541" title="Dashboard-wordpress" src="http://images.wordpressapi.com/Dashboard-wordpress-600x444.png" alt="" width="600" height="444" /></p>
<p>For disable the dashboard section we are going to use the wp_dashboard_setup method. In <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">wordpress dashboard</a> there are multiple meta boxes listed. some of them as follows:</p>
<pre class="brush: php; title: ; notranslate">
//Main column
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']
$wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']

//Side Column
$wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']
$wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']
$wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']
$wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']
</pre>
<p>For removing the widgets or meta boxes from <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">dashboard </a>you need to open your functions.php file from wordpress theme folder and put following code in that file.</p>
<pre class="brush: php; title: ; notranslate">
function remove_dashboard_meta_boxes(){
  global$wp_meta_boxes;
  unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']);
  unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']);
  unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);
  unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']);
  unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);
  unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']);
}

add_action('wp_dashboard_setup', 'remove_dashboard_meta_boxes')
</pre>
<p>This code will remove the incoming link, right now, plugins, recent comments and secondary section from <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">wordpress dashboard section</a>.</p>
<p><img class="alignnone size-full wp-image-5539" title="remove_dashboard_meta_boxes" src="http://images.wordpressapi.com/remove_dashboard_meta_boxes.jpg" alt="" width="550" height="352" /></p>
<p>If you want the more information about <a href="http://images.wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/">wordpress dashboard widget</a> then check following URL<br />
<a href="http://codex.wordpress.org/Dashboard_Widgets_API">http://codex.wordpress.org/Dashboard_Widgets_API</a></p>
<p>If you are having any issue or questions about wordpress dashboard then please write to me.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="wordpress remove dashboard meta boxes">wordpress remove dashboard meta boxes</a></li><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="names of wp_meta_boxes created by plugins wordpress">names of wp_meta_boxes created by plugins wordpress</a></li><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="remove written by box wordpress">remove written by box wordpress</a></li><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="unset">unset</a></li><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="wp ecommerce remove unwanted meta boxes">wp ecommerce remove unwanted meta boxes</a></li><li><a href="http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/" title="wp_dashboard_setup remove all metaboxes">wp_dashboard_setup remove all metaboxes</a></li></ul><p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/07/remove-unwanted-meta-boxes-wordpress-dashboard-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to protect your images directly accessing through server by apache</title>
		<link>http://wordpressapi.com/2010/12/06/protect-images-accessing-server-apache/</link>
		<comments>http://wordpressapi.com/2010/12/06/protect-images-accessing-server-apache/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 20:15:38 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5534</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/06/protect-images-accessing-server-apache/To protect your images or media file you should use apache rewrite rules. To protect your images or other files from being linked or used on another website. Due the this issue your images may be used by many sites. &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/06/protect-images-accessing-server-apache/<p>To protect your images or media file you should use apache rewrite rules. To protect your images or other files from being linked or used on another website. Due the this issue your images may be used by many sites.</p>
<div id="attachment_5535" class="wp-caption alignnone<img class="size-full wp-image-5535" title="How to protect your images directly accessing through server by apache" src="http://images.wordpressapi.com/restrict-access-of-images.gif" alt="How to protect your images directly accessing through server by apache" width="250" height="245" /><p class="wp-caption-text">How to protect your images directly accessing through server by apache</p></div>
<p>The Apache Server&#8217;s Mod Rewrite Engine can examine the name of the document requesting a file of a particular type. If the URL of the page requesting the image file is from an allowed  domain, display the image. Otherwise, return a broken image.</p>
<p>There are many people who try to use your website images. That will cut your bandwidth so using this code is good idea.</p>
<p>You can use following apache code in apche config file or put following code in your .htaccess file.</p>
<pre class="brush: php; title: ; notranslate">
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://images.wordpressapi.com/.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpressapi.com/files/.*$ [NC]
RewriteRule .*\.jpg$
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://images.wordpressapi.com/.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpressapi.com/files/.*$ [NC]
RewriteRule .*\.jpeg$
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://images.wordpressapi.com/.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpressapi.com/files/.*$ [NC]
RewriteRule .*\.png$
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://images.wordpressapi.com/.*$     [NC]
RewriteCond %{HTTP_REFERER} !^http://www.wordpressapi.com/files/.*$ [NC]
RewriteRule .*\.gif$
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
</pre>
<p>Second thing you should do. you should create the dummy index.html file and put in your images folder for so any visitor will not see the directory listing of images.</p>
<p>If you use above code then when other domain try to see or use the your images then they will see the following error message.</p>
<p>it will result in a Forbidden error.<br />
Still if you are having any issue or question then write to me.</p>
<p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/06/protect-images-accessing-server-apache/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Use the wordpress shortcode api in wordpress pages or post and widgets</title>
		<link>http://wordpressapi.com/2010/12/06/use-the-wordpress-shortcode-api-in-wordpress-pages/</link>
		<comments>http://wordpressapi.com/2010/12/06/use-the-wordpress-shortcode-api-in-wordpress-pages/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 19:17:07 +0000</pubDate>
		<dc:creator>Wordpress API</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress api]]></category>
		<category><![CDATA[wordpress news]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[wordpress tutorials]]></category>

		<guid isPermaLink="false">http://images.wordpressapi.com/?p=5526</guid>
		<description><![CDATA[http://wordpressapi.com/2010/12/06/use-the-wordpress-shortcode-api-in-wordpress-pages/Short code api is introduced in wordpress from 2.5 version. Since short code is very popular and used by wordpress plugin developers. Many wordpress theme and plugin developers do use the shortcode api regularly. Using shortcode api is very easy. &#8230; Continue reading &#8594;]]></description>
			<content:encoded><![CDATA[http://wordpressapi.com/2010/12/06/use-the-wordpress-shortcode-api-in-wordpress-pages/<p>Short code api is introduced in wordpress from 2.5 version. Since short code is very popular and used by wordpress plugin developers. Many wordpress theme and plugin developers do use the <a href="http://images.wordpressapi.com/2010/12/06/wordpress-shortcode-api-wordpress-pages/" target="_blank">shortcode api</a> regularly.</p>
<div id="attachment_5527" class="wp-caption alignnone<img class="size-full wp-image-5527" title="Use the wordpress shortcode api in wordpress pages or post and widgets" src="http://images.wordpressapi.com/wordpress-shortcode.png" alt="Use the wordpress shortcode api in wordpress pages or post and widgets" width="240" height="240" /><p class="wp-caption-text">Use the wordpress shortcode api in wordpress pages or post and widgets</p></div>
<p>Using <a href="../2010/12/06/wordpress-shortcode-api-wordpress-pages/" target="_blank">shortcode api</a> is very easy. If you want to use the shortcode in your wordpress theme then open your functions.php file and put following code. Here is example for using shortcode.</p>
<pre class="brush: php; title: ; notranslate">

function wordpressapi_content() {

echo &quot;Hello World&quot;;

}

add_shortcode('wordpressapi_content', 'wordpressapi_content');
</pre>
<p>Create any page and just put following line in that post or page.</p>
<p>[wordpressapi_content]</p>
<p>If you put following code in your page or post then you can see the hello world content in your page or post.</p>
<p>If you want to add the google adsence using shortoce then use the following code.</p>
<pre class="brush: php; title: ; notranslate">

function google_adsence($atts) {
 return ' &lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-4949877136251097&quot;;
/* 160x600, created 4/7/08 */
google_ad_slot = &quot;5503695728&quot;;
google_ad_width = 160;
google_ad_height = 600;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
'
}

add_shortcode('google_adsence', 'google_adsence');
</pre>
<p>Then just put the following words in your post or page or widget section.</p>
<p>[google_adsence]</p>
<p>Your adsence will be displayed. For advanced information about shortcode you should check following URL</p>
<p><a href="http://svn.automattic.com/wordpress-tests/wp-testcase/test_shortcode.php" target="_blank">http://svn.automattic.com/wordpress-tests/wp-testcase/test_shortcode.php</a></p>
<p>If you are having any issues or question about shortcode then please write to me.</p>
<p>Follow us on Twitter <a href="http://twitter.com/wordpressapi">WordPress API</a></p>]]></content:encoded>
			<wfw:commentRss>http://wordpressapi.com/2010/12/06/use-the-wordpress-shortcode-api-in-wordpress-pages/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: wordpressapi.com @ 2012-02-05 13:51:21 by W3 Total Cache -->
