<?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>Wp Themes Planet &#187; Wordpress</title>
	<atom:link href="http://www.wpthemesplanet.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpthemesplanet.com</link>
	<description>Wordpress Themes and Blogging Tips</description>
	<lastBuildDate>Wed, 11 Aug 2010 21:34:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress MU to Multisite HTACCESS</title>
		<link>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/</link>
		<comments>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 21:34:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[WordPress Multisite]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1368</guid>
		<description><![CDATA[I would like to add something to my earlier article How to enable WordPress Multisite 3.0. If you are upgrading from WordPress MU (WPMU) to WordPress 3.0.x Multisite make sure to check your HTACCESS file. There have been many reports of broken images on Multisite installations after upgrading from WordPress MU. If you notice any broken images on your [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to add something to my earlier article <a href="http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/">How to enable WordPress Multisite 3.0</a>. If you are upgrading from WordPress MU (WPMU) to WordPress 3.0.x Multisite make sure to check your HTACCESS file. There have been many reports of broken images on Multisite installations after upgrading from WordPress MU. If you notice any broken images on your Multisite subdomains after upgrading, make sure to check your HTACCESS.</p>
<p><img class="size-full wp-image-1375  alignnone" title="WordPress Multisite" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/08/multisite.jpg" alt="" width="302" height="86" /></p>
<p>I tried the following HTACCESS and it fixed all these problems with broken or missing images:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">#Wordpress Multi site
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
&nbsp;
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
&nbsp;
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]
#END WordPress Multi Site</pre></div></div>

<p><span id="more-1368"></span></p>
<p>If you are using The Donncha Domain mapping plugin to allow users to use domain names, make sure to update to the latest version that is compatible with WordPress 3.0.x. Otherwise you could see this message when a blog user tries to login:</p>
<p>&#8220;You don’t have permission to view this site. Please contact the system administrator.&#8221;</p>
<p>To update to the latest version of Donncha&#8217;s domain mapping plugin:</p>
<p><a href="http://ocaoimh.ie/wordpress-30-domain-mapping-052/" target="_blank">WordPress 3.0 Domain Mapping 0.5.2</a></p>
<p>If you notice any other issues after updating to WordPress Multisite, let me know and I will see if there is any fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/08/wordpress-mu-to-multisite-htaccess/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to enable WordPress Multisite 3.0</title>
		<link>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/</link>
		<comments>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:34:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[WordPress Multiuser]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Multiuser]]></category>
		<category><![CDATA[Optimization]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1341</guid>
		<description><![CDATA[Former WordPress MU (WPMU) is now known as WordPress Multisite in version 3.0. This feature is not activated by default, you must enable it manually. The Multiuser function, lets you create a network of sites. You can run and host many different blogs with the same installation of WordPress. You must have web server file [...]]]></description>
			<content:encoded><![CDATA[<p>Former WordPress MU (WPMU) is now known as WordPress Multisite in version 3.0. This feature is not activated by default, you must enable it manually. The Multiuser function, lets you create a network of sites. You can run and host many different blogs with the same installation of WordPress. You must have web server file access to activate it. The instructions to activate Multisite are easy to follow and you should be able to get your installation activated with just 10 minutes work.</p>
<p>Start activating the multi-site features of WordPress 3.0 by adding this line of code to your wp-config.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">/** Enable or disable Worpress Multi-site features **/
define('WP_ALLOW_MULTISITE', true);</pre></div></div>

<p>Refresh your Dashboard and got to &#8221;Tools -&gt; Network&#8221;. You will see a screen that looks similar to the one in the picture below:</p>
<p><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite.png"><img class="alignnone size-medium wp-image-1349" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite-300x188.png" alt="" width="300" height="188" /></a><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/Network-Multisite.png"></a></p>
<p>If you want to install your additional blogs on virtual sub-domains instead of sub-directories you will need to create a wildcard DNS record on your server to enable the sub-domain (blog1.yourdomain.com, blog2.yourdomain.com, blog3.yourdomain.com) functionality of WordPress 3.0.</p>
<p><span id="more-1341"></span></p>
<p>Your server must support wildcard DNS records for you to do this. As an example I will explain how to configure it with Hostgator. It&#8217;s very easy to do with the <a href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=host4433">Hostgator Baby Plan allows them</a>. When you are in your Hostgator Control Panel, follow these instructions to create a wildcard DNS record for a domain.</p>
<p>Select “sub-domains” under”Domains” in CPanel<br />
Enter an asterisk “*” in the sub-domain’s name field<br />
Select the TLD the wildcard DNS is to be set up on<br />
Enter the server location address for the wildcard folder, e.g. /public_html/bigbuz<br />
Click “Create”<br />
Back to your WordPress admin panel, you need to install the now activated WordPress 3.0 Network settings, viz</p>
<p><a href="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/wildcard.jpg"><img class="alignnone size-medium wp-image-1351" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/07/wildcard-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>Find the Network settings page in your WordPress admin panel (Tools&gt;Network)<br />
Choose whether you want to use sub-domains or sub-folders for the additional blogs<br />
Type a name for your network of sites<br />
Set your admin email address<br />
Click &#8220;Install&#8221;</p>
<p>After a minute or two you will be presented with a configuration screen. Back up your .htaccess and wp-config.php files before you proceed to follow the instructions provided on that configuration screen.</p>
<p>As a precautionary measure to prevent visitors of non-existent sites from being greeted by 404 error messages, redirect them to a URL of your choice by adding the below code to the bottom your wp-config.php file:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;"> /* Send visitors to non-existent blogs here */
define( 'NOBLOGREDIRECT', 'http://yourdomain.com/' );</pre></div></div>

<p>Change http://yourdomain.com to the URL of your choice</p>
<p>Log out then log back in.<br />
You will now need to go through your settings to enable or disable the new options provided by WordPress Multi Site.</p>
<h4><span style="color: #800000;"><span style="text-decoration: underline;">Upgrading from WPMU to WordPress Multisite 3.0</span></span></h4>
<p>If you are upgrading from WPMU to WordPress Multisite 3.0, you can do it automatically from the dashboard, but some manual configuration is also needed. After you upgrade and you login again into the dashboard, this message will be displayed:</p>
<p>Warning! WordPress encrypts user cookies, but you must add the following lines to wp-config.php for it to be more secure.</p>
<p>Follow the steps listed there and then you could see something like this:</p>
<p>&#8220;Thank you for Updating! Please visit the Update Network page to update all your sites.&#8221;</p>
<p>Follow the link and update all the blogs. (If you have any). Update Network.</p>
<p>Also you could see the following message:</p>
<p>&#8220;The wp-content/blogs.php file is deprecated. Please remove it and update your server rewrite rules to use wp-includes/ms-files.php instead.&#8221;</p>
<p>So, just remove the blogs.php file from the server and edit your .htaccess file. The .htaccess file can be found in the root folder, where the wp-config.php file is.</p>
<p>Open with notepad and change:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-content/blogs.php?file=$2 [L]</pre></div></div>

<p>to</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]</pre></div></div>

<p>Done! Your new Multiuser 3.0 installation is ready to use.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/07/how-to-enable-wordpress-multisite-3-0-wpmu-activate-thelonious/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 final release “Thelonious”</title>
		<link>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/</link>
		<comments>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 21:16:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Patagonia Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1337</guid>
		<description><![CDATA[WordPress 3.0 has been released with the name &#8220;Thelonious&#8221;. This is the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). New features in this WordPress release include a new default theme called &#8220;Twenty Ten&#8221;. Let me [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 has been released with the name &#8220;Thelonious&#8221;. This is the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard).</p>
<p><img class="alignnone size-full wp-image-1338" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/06/wordpress-3-0.png" alt="" width="200" height="193" /></p>
<p>New features in this WordPress release include a new default theme called &#8220;Twenty Ten&#8221;. Let me add that it really looks like &#8220;Patagonia&#8221; Theme, so I guess less people are going to use my theme, time to &#8220;adapt and change&#8221; I guess. But in the other hand I can feel proud to work as inspiration to whoever designed Twenty Ten.</p>
<p><span id="more-1337"></span>Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, menus (no more file editing), post types, and taxonomies. Developers and network admins will appreciate the long-awaited merge of MU and WordPress, creating the new multi-site functionality which makes it possible to run one blog or ten million from the same installation. Also, I really don&#8217;t understand why would they merge WpMu into WordPress, since most people are going to use normal WordPress anyways.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/06/wordpress-3-0-final-release-thelonious/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 RC1</title>
		<link>http://www.wpthemesplanet.com/2010/05/wordpress-3-0-rc1/</link>
		<comments>http://www.wpthemesplanet.com/2010/05/wordpress-3-0-rc1/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 02:19:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1307</guid>
		<description><![CDATA[WordPress 3.0 Release Candidate 1 (RC1) is available for download. A &#8220;Release Candidate&#8221; comes after the beta release and before the final launch. Also, a &#8220;Release Candidate&#8221; has all features finished and all potential issues fixed. However, there are millions using WordPress with a wide variety of configurations and hosting setups, so it’s possible that [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 3.0 Release Candidate 1 (RC1) is available for download. A &#8220;Release Candidate&#8221; comes after the beta release and before the final launch. Also, a &#8220;Release Candidate&#8221; has all features finished and all potential issues fixed. However, there are millions using WordPress with a wide variety of configurations and hosting setups, so it’s possible that they have missed something.</p>
<p><img class="alignnone size-full wp-image-1308" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/05/wordpress3-0-rc1.png" alt="" width="180" height="174" /></p>
<p>You can download the RC and test it out if you want, directly from wordpress.org<br />
<span id="more-1307"></span><br />
Some things to take in mind:</p>
<p>_Custom menus are finished! Yay!<br />
_Multi-site is all set.<br />
_There are a ton of changes, so plugin authors, please test your plugins now, so that if there is a compatibility issue, we can figure it out before the final release.<br />
_Plugin and theme users are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.<br />
_The look of the WordPress admin has been lightened up a little bit, so you can focus more on your content.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/05/wordpress-3-0-rc1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Patagonia 1.6.9 and Tandil 1.3.7</title>
		<link>http://www.wpthemesplanet.com/2010/04/patagonia-wordpress-theme-1-6-9-and-tandil-wp-template-1-3-7/</link>
		<comments>http://www.wpthemesplanet.com/2010/04/patagonia-wordpress-theme-1-6-9-and-tandil-wp-template-1-3-7/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 23:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Patagonia Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1229</guid>
		<description><![CDATA[Patagonia and Tandil WordPress Themes have been updated today. A print.css has been added to improve printing. Some people still like to print out web sites, so this feature can be useful to some of your visitors. Download Theme Preview Theme Download Theme Preview Theme You can either install or update Patagonia and Tandil theme automatically [...]]]></description>
			<content:encoded><![CDATA[<p>Patagonia and Tandil WordPress Themes have been updated today. A print.css has been added to improve printing. Some people still like to print out web sites, so this feature can be useful to some of your visitors.</p>
<p><img class="alignnone" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/02/screenshot.1.6.8.jpg" alt="" width="300" height="230" /></p>
<h3 style="text-align: left;"><a href="http://www.wpthemesplanet.com/patagonia.1.6.9.zip"><span style="color: #ff0000;">Download Theme</span></a></h3>
<h3 style="text-align: left;"><a rel="nofollow" href="http://www.wpthemesplanet.com/?themedemo=patagonia-preview" target="_blank"><span style="color: #ff0000;">Preview Theme</span></a></h3>
<p style="text-align: left;"><span id="more-1229"></span></p>
<p><img class="alignnone size-full wp-image-1232" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/04/screenshot.png" alt="" width="300" height="230" /></p>
<h3 style="text-align: left;"><a href="http://www.wpthemesplanet.com/download/tandil.1.3.7.zip"><span style="color: #ff0000;">Download Theme</span></a></h3>
<h3 style="text-align: left;"><a rel="nofollow" href="http://www.tandiltheme.com/" target="_blank"><span style="color: #ff0000;">Preview Theme</span></a></h3>
<p>You can either install or update Patagonia and Tandil theme automatically from your dashboard. This is recommended if you didn’t change anything in the css or php files manually. Otherwise, make you sure to save your customization before upgrading.</p>
<p>Happy WordPressing everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/04/patagonia-wordpress-theme-1-6-9-and-tandil-wp-template-1-3-7/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Open Source Design for 2010</title>
		<link>http://www.wpthemesplanet.com/2010/01/open-source-design-plans-for-2010/</link>
		<comments>http://www.wpthemesplanet.com/2010/01/open-source-design-plans-for-2010/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 06:46:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1071</guid>
		<description><![CDATA[2010 is the year Wordpress is going to dive into open source design. Here’s what you need to know if you want to get involved. A list for all seasons: WordPress developers have the wp-hackers mailing list to discuss core and plugin code. Sometimes UI/UX stuff comes up and gets discussed there, but there is a whole [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">2010 is the year Wordpress is going to dive into open source design. Here’s what you need to know if you want to get involved.</p>
<p style="text-align: left;"><img class="alignnone size-full wp-image-1078" style="border: black 1px solid;" title="Wordpress Plans for 2010" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/01/wordpress-logo-grey.png" alt="" width="240" height="222" /></p>
<p style="text-align: left;"><strong>A list for all seasons:</strong> WordPress developers have the wp-hackers mailing list to discuss core and plugin code. Sometimes UI/UX stuff comes up and gets discussed there, but there is a whole universe of discussion around navigation labels, gradients, button styling, templates, alignment, design in general and more. Designers need a list to call their own, and now we have one. You can sign up for the wp-ui list to discuss ways to improve the interface or user experience of WordPress, and to discuss progress on design-related projects for the open source project, like the design challenges we’re going to have.</p>
<p style="text-align: left;"><span id="more-1071"></span></p>
<p><strong>Design Challenges:</strong> We learned a lot from the icon design in the past, and we want to do these kind of open design challenges on a regular basis. If we could do one contest per month, that would be ideal. As each challenge is posted, people can use the list to bounce ideas off each other and work toward optimal solutions. I’m hoping the design challenges will evolve to be less contest and more collaboration. We’ll announce the first one before the end of January, so if you’re interested, please sign up for the list!</p>
<p><strong>Distributed Usability Testing:</strong> We started to try this out last year, and several dozen usability professionals volunteered to help get the program going, but a combination of scheduling and infrastructure issues combined to stall the progress. Having the “UI/UX contributor team” infrastructure in place, starting with the mailing list, will make it much easier to get this project going again.</p>
<p><strong>Chit-chat: </strong>The weekly developer chats in IRC at #wordpress-dev have been very productive. We’ve created an IRC room at #wordpress-ui on irc.freenode.net so that we can have the same kind of “water cooler” for UI/UX contributors as for core code contributors. In addition to being a place where you can drop in and discuss core UI/UX (note: this room will not be a place to discuss the design of blog themes, it’s to discuss the design of the WordPress application itself), we’ll set up a weekly chat. Choosing a day and time for the chats will probably be the first discussion on the mailing list.</p>
<p><strong>A blog of our own:</strong> Once again, taking a page from the code contributor infrastructure, we’ll set up a blog for UI/UX updates, announcements, progress reports and more. This will be located on WordPress.org, and will be announced to the mailing list when it is live.</p>
<p>So, if you want to become a contributor to core WordPress by using your design skills and talent, <a rel="nofollow" href="http://lists.automattic.com/mailman/listinfo/wp-ui" target="_blank">join the wp-ui mailing list</a> and get ready for a fun year!</p>
<p>Happy WordPressing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/01/open-source-design-plans-for-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9.1 released</title>
		<link>http://www.wpthemesplanet.com/2010/01/wordpress-2-9-1-released/</link>
		<comments>http://www.wpthemesplanet.com/2010/01/wordpress-2-9-1-released/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 06:26:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1058</guid>
		<description><![CDATA[WordPress 2.9.1 has just been released. After over a million downloads of version 2.9 and lots of feedback from users all over the world, they are finally releasing WordPress 2.9.1. This release addresses a handful of minor bugs as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.9.1 has just been released. After over a million downloads of version 2.9 and lots of feedback from users all over the world, they are finally releasing WordPress 2.9.1.</p>
<p><img class="alignnone size-full wp-image-1060" style="border: black 1px solid;" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/01/wordpress-logo-150x1501.png" alt="" width="150" height="150" /></p>
<p>This release addresses a handful of minor bugs as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosting services. If any of these issues is affecting you, I suggest to give 2.9.1 a try. Download this release directly from their site or upgrade automatically from your dashboard (Tools -&gt; Upgrade menu).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/01/wordpress-2-9-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
