<?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; CMS</title>
	<atom:link href="http://www.wpthemesplanet.com/tag/cms/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>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>How to install bbPress on WordPress</title>
		<link>http://www.wpthemesplanet.com/2009/12/how-to-install-bbpress-forum-on-wordpress/</link>
		<comments>http://www.wpthemesplanet.com/2009/12/how-to-install-bbpress-forum-on-wordpress/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[bbpress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Forums]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=964</guid>
		<description><![CDATA[Are you looking to install a forum on your site or Blog? bbPress is a very good option for those who want something simple and easy to use. I recently installed bbpress on Wp Themes Planet and I can fully recommend it to everyone. The requirements are basically the same as wordpress (PHP version 4.3 [...]]]></description>
			<content:encoded><![CDATA[<p>Are you looking to install a forum on your site or Blog? bbPress is a very good option for those who want something simple and easy to use. I recently <a href="http://wpthemesplanet.com/forums/">installed bbpress on Wp Themes Planet</a> and I can fully recommend it to everyone. The requirements are basically the same as wordpress (PHP version 4.3 or greater and MySQL version 4.0 or greater), so if you are running a wordpress based blog, you are good to go. Just download bbPress and unzip it. When you upload bbPress, you need to create a folder in your WordPress installation.</p>
<p><img class="alignnone size-full wp-image-966" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/12/bbpress-logo.png" alt="" width="400" height="140" /></p>
<p>For example, if you want bbPress to display on &#8220;yourdomain.com/forums&#8221;, you should create a folder called &#8220;forums&#8221; in the root directory.  Take a look at the graphic below of the FTP folder created with the name &#8220;forums&#8221;.<br />
<span id="more-964"></span><br />
<img class="alignnone size-full wp-image-968" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/12/ftp-bbpress.jpg" alt="" width="467" height="188" /></p>
<p>Inside the folder called forum, we placed all bbpress content and files. Remember, the name of the directory must be the name where the forum will be placed. This step is very important, since you can&#8217;t change it after in the installation.</p>
<p>So, upload everything inside this directory. Then open the url to install and activate bbPress, in this case the url is &#8221;wpthemesplanet.com/forums&#8221;. Then the installation steps will be displayed in your browser. Just follow the steps, enter your DB user and pass, in step 1. In step 2 you have the option to integrate wordpress with bbpress. I personally skipped this step, since you can always integrate WordPress later from within the admin area of bbPress.</p>
<p>Pay attention to step 3, press on the thumb below for a bigger screenshot. Where it says site address, make sure you write the address with the same folder name you used before. For example we used &#8220;forums&#8221; for our bbpress folder, then you should use &#8220;forums&#8221; here too. In this case &#8220;wpthemesplanet.com/forums&#8221;. If you use a different name, you may find a lot problems later.</p>
<p><a href="http://www.wpthemesplanet.com/wp-content/uploads/2009/12/bbpress-install.jpg"><img class="alignnone size-full wp-image-970" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/12/bbpress-install-small.jpg" alt="" width="400" height="351" /></a></p>
<p>Most tutorials I found on the web don&#8217;t explain this step very well and users might experience technical problems later, so make sure you respect this point. Should you have any questions make sure you leave a message below or <a href="http://www.wpthemesplanet.com/contact-us/">contact us.</a></p>
<p>Happy wordpressing. <img src='http://www.wpthemesplanet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/12/how-to-install-bbpress-forum-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Patagonia Theme and WordPress MU</title>
		<link>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/</link>
		<comments>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:46:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Patagonia Theme]]></category>
		<category><![CDATA[Tandil Theme]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=875</guid>
		<description><![CDATA[Hello everyone. I want to let you know that Patagonia WordPress Theme and Tandil Theme are now fully compatible with WordPress MU. I have discovered that many WordPress themes have some kind of problem when you try to integrate them with WordPress MU. I have had problems with a lot of themes in the past [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone. I want to let you know that <a href="http://www.wpthemesplanet.com/free-wp-themes/patagonia-theme/">Patagonia WordPress Theme</a> and <a href="http://www.wpthemesplanet.com/free-wp-themes/tandil-theme/">Tandil Theme</a> are now fully compatible with WordPress MU. I have discovered that many WordPress themes have some kind of problem when you try to integrate them with WordPress MU. I have had problems with a lot of themes in the past and had to switch themes all the time, because soon or late I discovered some issues in most of them. I have also reviewed many premium themes (paid ones), some of those themes cost between 80 and 150 dollars, and all of them failed to integrate with wordpress MU.</p>
<p><img class="alignnone size-full wp-image-876" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/10/wordpress-mu.png" alt="" width="442" height="124" /></p>
<p>I won&#8217;t name them as it&#8217;s Unprofessional to do. You can contact me if you need more info or if you need me to review your premium themes. Anyway, many webmasters buy those themes, because the themes are actually sold using excellent marketing tactics that make people buy them. However take care before wasting money on wordpress themes that are not going to fit your basic needs or will fail to integrate with the latest WordPress Versions. And when you ask for support, they don&#8217;t give you any at all.  Now I am very happy to say that both Themes I designed are fully compatible with WordPress MU and with the latest versions of WordPress. I&#8217;m currently working on new themes. I will release a very good free theme soon. Something that cannot be found on the market actually. Something fresh and original. So stay tuned.</p>
<p><a href="http://twitter.com/WpThemesPlanet/">Follow me on Twitter</a>. <a href="http://feeds.feedburner.com/WpThemesPlanet">Subscribe to my RSS Feed</a>.</p>
<p> <img src='http://www.wpthemesplanet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/10/patagonia-theme-tandil-theme-compatible-wordpress-mu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.8.5 Released!</title>
		<link>http://www.wpthemesplanet.com/2009/10/wordpress-2-8-5-released/</link>
		<comments>http://www.wpthemesplanet.com/2009/10/wordpress-2-8-5-released/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 00:46:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=870</guid>
		<description><![CDATA[Over the past couple of months, WP Team has been working very hard on the new features for the coming WordPress 2.9. They have also been working on trying to make WordPress as secure as possible. They have identified a number of security hardening changes that were worth back-porting to the 2.8 branch so as [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of months, WP Team has been working very hard on the new features for the coming WordPress 2.9. They have also been working on trying to make WordPress as secure as possible. They have identified a number of security hardening changes that were worth back-porting to the 2.8 branch so as to get these improvements out there and make all your blogs as secure as possible.</p>
<p><img class="alignnone size-full wp-image-871" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/10/wordpress-2-8-5.png" alt="" width="200" height="193" /></p>
<p>The main changes in this release are:<br />
<span id="more-870"></span><br />
_A fix for the Trackback Denial-of-Service attack that is currently being seen.<br />
_Switched the file upload functionality to be whitelisted for all users including Admins.<br />
_Removal of areas within the code where php code in variables was evaluated.<br />
_Retiring of the two importers of Tag data from old plugins.</p>
<p>We recommend that all your sites are upgraded to this new version of WordPress to ensure that you have the best available protection. You can upgrade in seconds, using the One Click upgrade installation, directly from your Dashboard.</p>
<p>If you think your site may have been hit by one of the recent exploits and you would like to make sure that you have cleared out all traces of the exploit then we would recommend that you take a look at the WordPress Exploit Scanner. This is a plugin which searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames. You can read more about this plugin here – &#8220;WordPress Exploit Scanner&#8221;.</p>
<h3><a rel="nofollow" href="http://wordpress.org/development/2009/10/wordpress-2-8-5-hardening-release/" target="_blank"><span style="color: #ff0000;">Download WordPress 2.8.5</span></a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/10/wordpress-2-8-5-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
