<?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>The Danesh Project &#187; WordPress</title>
	<atom:link href="http://thedaneshproject.com/categories/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://thedaneshproject.com</link>
	<description>Knowledge bling's the finer things in life.</description>
	<lastBuildDate>Fri, 02 Jul 2010 10:38:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>wordpress 2.9.2 released</title>
		<link>http://thedaneshproject.com/posts/wordpress-2-9-2-released/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-2-9-2-released/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:30:31 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1988</guid>
		<description><![CDATA[There&#8217;s a new security patch out which fixes an exploit that allows  registered users to view trashed posts. The vulnerability was reported by Thomas Mackenzie, a security Enthusiast. Make sure to update your WordPress to version 2.9.2 ASAP. Download WordPress 2.9.2 Source: WordPress Official Blog Similar Posts:WordPress 2.8.5 WordPress 2.3.3 released WordPress 2.8.2 is out [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-781" title="WordPress" src="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg" alt="" width="125" height="125" /></p>
<p>There&#8217;s a new security patch out which fixes an exploit that allows  registered users to view trashed posts. The vulnerability was reported by <a href="http://tmacuk.co.uk/">Thomas Mackenzie</a>, a security Enthusiast.</p>
<p>Make sure to update your WordPress to version 2.9.2 ASAP.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.9.2</a></p>
<p>Source: <a href="http://wordpress.org/development/2010/02/wordpress-2-9-2/">WordPress Official Blog</a></p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-2-8-5/" rel="bookmark" title="October 22, 2009">WordPress 2.8.5</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-233-released/" rel="bookmark" title="February 5, 2008">WordPress 2.3.3 released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/" rel="bookmark" title="July 20, 2009">WordPress 2.8.2 is out</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-212-released-urgent-update-wordpress/" rel="bookmark" title="March 5, 2007">WordPress 2.1.2 released. Urgent update!! | WordPress</a></li>

<li><a href="http://thedaneshproject.com/posts/upgraded-to-wordpress-232/" rel="bookmark" title="January 7, 2008">Upgraded to WordPress 2.3.2</a></li>
</ul><!-- Similar Posts took 0.035 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-2-9-2-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Tags not working with WordPress 2.9</title>
		<link>http://thedaneshproject.com/posts/simple-tags-not-working-with-wordpress-2-9/</link>
		<comments>http://thedaneshproject.com/posts/simple-tags-not-working-with-wordpress-2-9/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 06:03:46 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1921</guid>
		<description><![CDATA[Upgraded to WordPress 2.9 and your simple tags plugin stopped working? Here&#8217;s a quick fix till the author releases a new version. // Check version. global $wp_version; if ( strpos($wp_version, '2.7') !== false &#124;&#124; strpos($wp_version, '2.8') !== false ) { require(dirname(__FILE__).'/2.7/simple-tags.client.php'); Change it to; // Check version. global $wp_version; if ( strpos($wp_version, '2.7') !== false [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1922" title="simple-tags-wp2.9-error" src="http://thedaneshproject.com/wp-content/uploads/2009/12/simple-tags-wp2.9-error.png" alt="" width="395" height="129" /><br />
Upgraded to WordPress 2.9 and your simple tags plugin stopped working? Here&#8217;s a quick fix till the <a href="http://wordpress.org/extend/plugins/simple-tags/">author </a>releases a new version.</p>
<p><code>// Check version.<br />
global $wp_version;<br />
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false  ) {<br />
require(dirname(__FILE__).'/2.7/simple-tags.client.php');</code></p>
<p>Change it to;</p>
<p><code>// Check version.<br />
global $wp_version;<br />
if ( strpos($wp_version, '2.7') !== false || strpos($wp_version, '2.8') !== false || strpos($wp_version, '2.9') !== false  ) {<br />
require(dirname(__FILE__).'/2.7/simple-tags.client.php');</code></p>
<p>Basically add &#8220;|| strpos($wp_version, &#8217;2.9&#8242;) !== false&#8221; at the end of the if statement.</p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/linux-tip-6-download-with-curl/" rel="bookmark" title="April 24, 2009">Linux Tip #6: Download with cURL</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/" rel="bookmark" title="November 2, 2009">WordPress Visual Cheat Sheet</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-231-upgrade-completed/" rel="bookmark" title="November 13, 2007">WordPress 2.3.1 upgrade completed</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-23-beta-1-released/" rel="bookmark" title="August 29, 2007">WordPress 2.3 Beta 1 released</a></li>

<li><a href="http://thedaneshproject.com/posts/deluge-bittorrent-client-058rc2-released/" rel="bookmark" title="December 27, 2007">Deluge BitTorrent Client 0.5.8RC2 released</a></li>
</ul><!-- Similar Posts took 0.023 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/simple-tags-not-working-with-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9 is out</title>
		<link>http://thedaneshproject.com/posts/wordpress-2-9-is-out/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-2-9-is-out/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 03:09:47 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[bug fix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1912</guid>
		<description><![CDATA[Just finished updating to WordPress 2.6 today. Here&#8217;s a few features which caught my extension. There&#8217;s a new recycle bin feature now called &#8220;trash&#8221;. You get to undelete posts, you get the idea. There&#8217;s a new built in image editor. You can crop,flip,scale any image you upload. Batch plugin updates. Finally, you get to update all your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-781" title="WordPress" src="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg" alt="" width="125" height="125" /></p>
<p>Just finished updating to WordPress 2.6 today. Here&#8217;s a few features which caught my extension.</p>
<ul>
<li>There&#8217;s a new recycle bin feature now called &#8220;trash&#8221;. You get to undelete posts, you get the idea.</li>
<li>There&#8217;s a new built in image editor. You can crop,flip,scale any image you upload.</li>
<li>Batch plugin updates. Finally, you get to update all your outdated plugins in one go.</li>
<li><a href="http://codex.wordpress.org/Embeds">Oembed</a>, embed videos directly into posts now without the need for extra plugins. Just paste your video&#8217;s url and wordpress will automatically embed it into your post.</li>
</ul>
<p>For the full list read Matt&#8217;s post on <a href="http://wordpress.org/development/2009/12/wordpress-2-9/">WordPress 2.9</a>.</p>
<p><a href="http://wordpress.org/download/">Download WordPress 2.9 now.</a></p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-23-release-candidate-1-released/" rel="bookmark" title="September 19, 2007">WordPress 2.3 Release Candidate 1 Released</a></li>

<li><a href="http://thedaneshproject.com/posts/arkayne-related-posts-plugin-for-wordpress/" rel="bookmark" title="November 28, 2007">Arkayne related posts plugin for WordPress</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-26-released/" rel="bookmark" title="July 15, 2008">WordPress 2.6 Released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-23-plugin-compatibility-list/" rel="bookmark" title="September 17, 2007">WordPress 2.3 Plugin Compatibility List</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-25-rc2-released/" rel="bookmark" title="March 27, 2008">WordPress 2.5 RC2 Released</a></li>
</ul><!-- Similar Posts took 0.021 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-2-9-is-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Visual Cheat Sheet</title>
		<link>http://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 03:18:45 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cheetsheet]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[eBook]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[scribd]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1816</guid>
		<description><![CDATA[Found this cheat sheet today. It&#8217;s for WordPress 2.8. It&#8217;s 5 pages and covers all WP template tags with sufficient info on each tag with sample code. Here&#8217;s a breakdown of what you will find int he cheat sheet. Read it on Scribd or download a copy for yourself. Include Tags Blog Info Tags Lists [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2009/11/wp_visual_cheat_sheet.jpg"><img class="alignnone size-medium wp-image-1819" title="wp_visual_cheat_sheet" src="http://thedaneshproject.com/wp-content/uploads/2009/11/wp_visual_cheat_sheet-449x136.jpg" alt="wp_visual_cheat_sheet" width="449" height="136" /></a></p>
<p>Found this cheat sheet today. It&#8217;s for WordPress 2.8. It&#8217;s 5 pages and covers all WP template tags with sufficient info on each tag with sample code.</p>
<p><span id="more-1816"></span></p>
<p>Here&#8217;s a breakdown of what you will find int he cheat sheet. Read it on <a href="http://www.scribd.com/doc/21982552/WordPress-2-8-Visual-Cheat-Sheet?autodown=pdf">Scribd</a> or <a href="http://www.scribd.com/document_downloads/21982552?extension=pdf">download </a>a copy for yourself.</p>
<p>Include Tags</p>
<p>Blog Info Tags</p>
<p>Lists and Dropdown Tags</p>
<p>Login / Logout Tags</p>
<p>Post Tags</p>
<p>Comments Tags</p>
<p>Category Tags</p>
<p>Tag Tags</p>
<p>Author Tags</p>
<p>Date and Time Tags</p>
<p>Edit Links Tags</p>
<p>Permalink Tags</p>
<p>Query Tags</p>
<p>Title Tags</p>
<p>Trackback Tags</p>
<p>Links Manager Tags</p>
<p><a href="http://thedaneshproject.com/wp-content/uploads/2009/11/WordPress-Visual-Cheat-Sheet.pdf">Read it on </a><a href="http://www.scribd.com/doc/21982552/WordPress-2-8-Visual-Cheat-Sheet?autodown=pdf">Scribd</a> or <a href="http://www.scribd.com/document_downloads/21982552?extension=pdf">download </a>a copy for yourself. If the links don&#8217;t work, here&#8217;s a local copy of the <a href="../wp-content/uploads/2009/11/WordPress-Visual-Cheat-Sheet.pdf">WordPress-Visual-Cheat-Sheet</a> .</p>
<p>REFERENCE AND CREDITS<br />
WORDPRESS VISUAL CHEAT SHEET: Design © 2009 Antonio Lupetti<br />
• http://woorkup.com • http://www.twitter.com/woork • http://www.facebook.com/antoniolupetti</p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/ubuntu-cheat-sheet-by-fosswire/" rel="bookmark" title="February 12, 2009">Ubuntu cheat sheet by FOSSwire</a></li>

<li><a href="http://thedaneshproject.com/posts/linux-cheat-sheet-by-fosswire/" rel="bookmark" title="February 12, 2009">Linux cheat sheet by FOSSwire</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-5/" rel="bookmark" title="October 22, 2009">WordPress 2.8.5</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-231-upgrade-completed/" rel="bookmark" title="November 13, 2007">WordPress 2.3.1 upgrade completed</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-25-rc2-released/" rel="bookmark" title="March 27, 2008">WordPress 2.5 RC2 Released</a></li>
</ul><!-- Similar Posts took 0.024 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-visual-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.5</title>
		<link>http://thedaneshproject.com/posts/wordpress-2-8-5/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-2-8-5/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 03:44:15 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1801</guid>
		<description><![CDATA[WordPress 2.8.5 is out. It&#8217;s a security release to futher secure the default WordPress  installs. The major fixes bundled with this release are; A fix for the Trackback Denial-of-Service attack that is currently being seen. Removal of areas within the code where php code in variables was evaluated. Switched the file upload functionality to be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg"><img class="alignnone size-full wp-image-781" title="WordPress" src="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg" alt="WordPress" width="125" height="125" /></a></p>
<p>WordPress 2.8.5 is out. It&#8217;s a security release to futher secure the default WordPress  installs.</p>
<p>The major fixes bundled with this release are;</p>
<ul>
<li>A fix for the Trackback Denial-of-Service attack that is currently being seen.</li>
<li>Removal of areas within the code where php code in variables was evaluated.</li>
<li>Switched the file upload functionality to be whitelisted for all users including Admins.</li>
<li>Retiring of the two importers of Tag data from old plugins.</li>
</ul>
<p>This is a recommended update so make sure to update your WordPress install ASAP. <a href="http://wordpress.org/download/">Download WordPress 2.8.5</a> or let the automatic upgrade feature kick in and do this for you.</p>
<p>Source: <a href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/">WordPress</a></p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/" rel="bookmark" title="July 20, 2009">WordPress 2.8.2 is out</a></li>

<li><a href="http://thedaneshproject.com/posts/upgraded-to-wordpress-25/" rel="bookmark" title="April 13, 2008">Upgraded to WordPress 2.5</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-9-2-released/" rel="bookmark" title="February 16, 2010">wordpress 2.9.2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/upgraded-to-wordpress-261/" rel="bookmark" title="August 16, 2008">Upgraded to WordPress 2.6.1</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-23-release-candidate-1-released/" rel="bookmark" title="September 19, 2007">WordPress 2.3 Release Candidate 1 Released</a></li>
</ul><!-- Similar Posts took 0.037 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-2-8-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.2 is out</title>
		<link>http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 12:22:50 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[security release]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1651</guid>
		<description><![CDATA[WordPress 2.8.2 is out. It fixes an important XSS vulnerability. Make sure to upgrade quick before you get hijacked&#8230;. Either perform an auto update by going to &#8221; tools &#8211;&#62; upgrade &#8211;&#62; upgrade automatically &#8221; or upgrade the old fashion ways by downloading WordPress. Source: WP Similar Posts:WordPress 2.7.1 is out WordPress 2.8.5 wordpress 2.9.2 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg"><img class="alignnone size-full wp-image-781" title="WordPress" src="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg" alt="WordPress" width="125" height="125" /></a></p>
<p>WordPress 2.8.2 is out. It fixes an important XSS vulnerability. Make sure to upgrade quick before you get hijacked&#8230;.</p>
<p>Either perform an auto update by going to &#8221; tools &#8211;&gt; upgrade &#8211;&gt; upgrade automatically &#8221; or upgrade the old fashion ways by<a href="http://wordpress.org/download/"> downloading WordPress</a>.</p>
<p>Source: <a href="http://wordpress.org/development/2009/07/wordpress-2-8-2/">WP</a></p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-271-is-out/" rel="bookmark" title="February 11, 2009">WordPress 2.7.1 is out</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-5/" rel="bookmark" title="October 22, 2009">WordPress 2.8.5</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-9-2-released/" rel="bookmark" title="February 16, 2010">wordpress 2.9.2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-233-released/" rel="bookmark" title="February 5, 2008">WordPress 2.3.3 released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-262-released/" rel="bookmark" title="September 9, 2008">WordPress 2.6.2 released</a></li>
</ul><!-- Similar Posts took 0.019 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8, a million downloads and counting</title>
		<link>http://thedaneshproject.com/posts/wordpress-2-8-a-million-downloads-and-counting/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-2-8-a-million-downloads-and-counting/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 00:00:30 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[1 million]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1564</guid>
		<description><![CDATA[12 days after it&#8217;s release, WordPress 2.8 has managed to clock 1 million downloads. As of today, the download count stands at 1,175,317 and counting. It&#8217;s pretty obvious that WordPress is the current blogging platform of choice. Check out the WordPress download counter page to stay up-to-date with the downloads. Have you upgraded to WordPress [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thedaneshproject.com/wp-content/uploads/2009/06/WordPress-Download-Counter.png"><img class="alignnone size-medium wp-image-1566" title="WordPress Download Counter" src="http://thedaneshproject.com/wp-content/uploads/2009/06/WordPress-Download-Counter-500x389.png" alt="WordPress Download Counter" width="500" height="389" /></a></p>
<p>12 days after it&#8217;s release, WordPress 2.8 has managed to clock 1 million downloads.</p>
<p>As of today, the download count stands at 1,175,317 and counting. It&#8217;s pretty obvious that WordPress is the current blogging platform of choice.</p>
<p>Check out the WordPress <a href="http://wordpress.org/download/counter/">download counter</a> page to stay up-to-date with the downloads.</p>
<p>Have you upgraded to WordPress 2.8? Make sure you do&#8230;. <a href="http://wordpress.org/">go here</a>.</p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-212-released-urgent-update-wordpress/" rel="bookmark" title="March 5, 2007">WordPress 2.1.2 released. Urgent update!! | WordPress</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-262-released/" rel="bookmark" title="September 9, 2008">WordPress 2.6.2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/upgraded-to-wordpress-261/" rel="bookmark" title="August 16, 2008">Upgraded to WordPress 2.6.1</a></li>

<li><a href="http://thedaneshproject.com/posts/bye-bye-pownce/" rel="bookmark" title="December 3, 2008">Bye Bye Pownce</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-5/" rel="bookmark" title="October 22, 2009">WordPress 2.8.5</a></li>
</ul><!-- Similar Posts took 0.037 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-2-8-a-million-downloads-and-counting/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Please decide for me</title>
		<link>http://thedaneshproject.com/posts/please-decide-for-me/</link>
		<comments>http://thedaneshproject.com/posts/please-decide-for-me/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 04:49:12 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1420</guid>
		<description><![CDATA[It&#8217;s time to change my blog&#8217;s theme. As usual, I&#8217;m thorn between 2 themes for my blog. I need your help. Please help me decide on a theme. Theme A or Theme B. So far, I seem to be favoring theme A a bit more but ya, I want to see what you have to [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time to change my blog&#8217;s theme. As usual, I&#8217;m thorn between 2 themes for my blog.</p>
<p>I need your help. Please help me decide on a theme. Theme A or Theme B.</p>
<p>So far, I seem to be favoring theme A a bit more but ya, I want to see what you have to say too.</p>
<p>Which ever theme wins by popular vote, I will change to end of this week.</p>
<h2>THEME A | <a href="http://designdisease.com/blog/evidens-wordpress-theme-release/">Evidens</a></h2>
<p><a href="http://xs.my/rrsenw"><img class="alignnone" title="Theme A" src="http://xs.my/cknbke" alt="" width="298" height="500" /></a></p>
<h2>THEME B | <a href="http://www.wppro.org/2009/01/10/aligned-theme-for-wordpress/">Alligned</a></h2>
<h2><a href="http://xs.my/b6a2fm"><img class="alignnone" title="Theme B" src="http://xs.my/4x9gg9" alt="" width="280" height="500" /></a></h2>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/gmail-themes/" rel="bookmark" title="November 24, 2008">Gmail Themes</a></li>

<li><a href="http://thedaneshproject.com/posts/chromifox-10/" rel="bookmark" title="September 22, 2008">Chromifox 1.0</a></li>

<li><a href="http://thedaneshproject.com/posts/malaysias-12th-polling-day-is-here/" rel="bookmark" title="March 8, 2008">Malaysia&#8217;s 12th polling day is here</a></li>

<li><a href="http://thedaneshproject.com/posts/oxygen-10-firefox-3-theme-for-kde-4/" rel="bookmark" title="July 3, 2008">Oxygen 1.0 Firefox 3 theme for KDE 4</a></li>

<li><a href="http://thedaneshproject.com/posts/upgraded-to-wordpress-261/" rel="bookmark" title="August 16, 2008">Upgraded to WordPress 2.6.1</a></li>
</ul><!-- Similar Posts took 0.029 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/please-decide-for-me/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1 is out</title>
		<link>http://thedaneshproject.com/posts/wordpress-271-is-out/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-271-is-out/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 02:40:44 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1251</guid>
		<description><![CDATA[WordPress 2.7.1 is out. The release comes with 68 fixes. For more info on the changes you look at the list for fixed tickets and the full change log. Upgrade&#8217;s a breeze with the new auto upgrade function. If you get a timeout issue, try this fix. Increased my timeout to 120 and the upgrade [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-781" title="WordPress" src="http://thedaneshproject.com/wp-content/uploads/2008/08/wordpresslogo.jpg" alt="WordPress" width="125" height="125" /></p>
<p>WordPress 2.7.1 is out. The release comes with <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority">68 fixes</a>.</p>
<p>For more info on the changes you look at the <a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.7.1&amp;resolution=fixed&amp;order=priority">list for fixed tickets</a> and the <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.7&amp;old=10539&amp;new_path=tags%2F2.7.1&amp;new=10539">full change log</a>.</p>
<p>Upgrade&#8217;s a breeze with the new auto upgrade function. If you get a timeout issue, <a href="http://thedaneshproject.com/posts/download-failed-operation-timed-out-after-30-seconds/">try this fix</a>. Increased my timeout to 120 and the upgrade completed successfully.</p>
<p>Alternatively, you could still upgrade the manual way by <a href="http://wordpress.org/download/">downloading WordPress</a> and upgrading over ftp. If you need help refer to the manuals to <a href="http://codex.wordpress.org/Installing_WordPress">install </a>or <a href="http://codex.wordpress.org/Upgrading_WordPress">upgrade</a>.</p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-2-8-2-is-out/" rel="bookmark" title="July 20, 2009">WordPress 2.8.2 is out</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-22-getz-released/" rel="bookmark" title="May 16, 2007">WordPress 2.2 &#8220;Getz&#8221; released</a></li>

<li><a href="http://thedaneshproject.com/posts/download-failed-operation-timed-out-after-30-seconds/" rel="bookmark" title="January 31, 2009">Download failed.: Operation timed out after 30 seconds</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-262-released/" rel="bookmark" title="September 9, 2008">WordPress 2.6.2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-8-5/" rel="bookmark" title="October 22, 2009">WordPress 2.8.5</a></li>
</ul><!-- Similar Posts took 0.028 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-271-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress founder Matt Mullenweg turns 25</title>
		<link>http://thedaneshproject.com/posts/wordpress-founder-matt-mullenweg-turns-25/</link>
		<comments>http://thedaneshproject.com/posts/wordpress-founder-matt-mullenweg-turns-25/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 06:52:20 +0000</pubDate>
		<dc:creator>Danesh</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[birthday]]></category>
		<category><![CDATA[Matt Mullenweg]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://thedaneshproject.com/?p=1124</guid>
		<description><![CDATA[For those who don&#8217;t know, Matt Mullenweg is the guy behindAutomattic. The company behind the world&#8217;s most popular publishing platform WordPress (6 years old) and it&#8217;s accompanying services. Askimet, Gravatar, bbPress, IntenseDebate, BuddyPress and WordPress.com the free WordPress hosting service. Today, Matt is amongst The 25 Most Influential People on the Web and 30 under [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1125" title="matt-mullenweg-turns-25" src="http://thedaneshproject.com/wp-content/uploads/2009/01/matt-mullenweg-turns-25.jpg" alt="matt-mullenweg-turns-25" width="500" height="342" /></p>
<p>For those who don&#8217;t know, <a href="http://en.wikipedia.org/wiki/Matt_Mullenweg">Matt Mullenweg</a> is the guy behindAutomattic. The company behind the world&#8217;s most popular publishing platform WordPress (6 years old) and it&#8217;s accompanying services. Askimet, Gravatar, bbPress, IntenseDebate, BuddyPress and WordPress.com the free WordPress hosting service.</p>
<p>Today, Matt is amongst <a href="http://images.businessweek.com/ss/08/09/0929_most_influential/14.htm">The 25 Most Influential People on the Web</a> and <a href="http://www.inc.com/30under30/2008/">30 under 30 America&#8217;s Coolest Young Entrepreneurs</a> . At only 25 Matt has managed to accomplish so much and there is still a long way to go.</p>
<p>Great stuff Matt and enjoy your 25th!</p>
<p>Souurce: <a href="http://ma.tt/2009/01/twenty-five/#comment-456100">Matt Mullenweg</a></p>
Similar Posts:<ul><li><a href="http://thedaneshproject.com/posts/wordpress-2-8-a-million-downloads-and-counting/" rel="bookmark" title="June 29, 2009">WordPress 2.8, a million downloads and counting</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-23-beta-2-released/" rel="bookmark" title="September 5, 2007">WordPress 2.3 Beta 2 released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-26-released/" rel="bookmark" title="July 15, 2008">WordPress 2.6 Released</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-231-upgrade-completed/" rel="bookmark" title="November 13, 2007">WordPress 2.3.1 upgrade completed</a></li>

<li><a href="http://thedaneshproject.com/posts/wordpress-2-9-is-out/" rel="bookmark" title="December 19, 2009">WordPress 2.9 is out</a></li>
</ul><!-- Similar Posts took 0.018 ms (cached) -->]]></content:encoded>
			<wfw:commentRss>http://thedaneshproject.com/posts/wordpress-founder-matt-mullenweg-turns-25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
