<?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; Plugins</title>
	<atom:link href="http://www.wpthemesplanet.com/tag/plugins/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>TypePad AntiSpam Plugin for WordPress</title>
		<link>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/</link>
		<comments>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 01:20:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[TypePad]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=1210</guid>
		<description><![CDATA[TypePad AntiSpam Plugin for WordPress is a great tool to fight comment spamming, a big problem in Today&#8217;s 2.0 Internet Model. As you may know, Akismet is another great plugin and I use it on WpThemesPlanet. It blocks most of the spam comments. However, it is always interesting to have an alternative in hand. I [...]]]></description>
			<content:encoded><![CDATA[<p><strong>TypePad AntiSpam Plugin</strong> for WordPress is a great tool to fight comment spamming, a big problem in Today&#8217;s 2.0 Internet Model.</p>
<p><img class="alignnone size-full wp-image-1213" src="http://www.wpthemesplanet.com/wp-content/uploads/2010/03/typepad-antispam.gif" alt="" width="194" height="77" /></p>
<p>As you may know, Akismet is another great plugin and I use it on WpThemesPlanet. It blocks most of the spam comments. However, it is always interesting to have an alternative in hand. I have tried TypePad on another blog for the last 3 months and it works wonders. It blocked 100% of the spam.</p>
<p><span id="more-1210"></span></p>
<p>The service is free to anyone who wants to use it for both personal and business sites, regardless of how many comments you receive. As with Akismet, you also need an API key for it to work. You can get a free API key in the link below. The great news about TypePad AntiSpam Plugin is that it can be used for <strong>WordPress MU</strong> too. This is the difference with Akismet, which needs a special license for WPMU. That&#8217;s why most WordPress WPMU Webmasters are using TypePad Antispam plugin lately.</p>
<h4><a rel="nofollow" href="http://wordpress.org/extend/plugins/typepad-antispam/installation/" target="_blank"><span style="color: #800000;">Download the plugin here.</span></a></h4>
<h4><a rel="nofollow" href="http://antispam.typepad.com/info/get-api-key.html" target="_blank"><span style="color: #800000;">Register for a free TypePad API Key here.</span></a></h4>
<p>The TypePad AntiSpam plugin for WordPress is derived from WP-Akismet by Matt Mullenweg. All subsequent modifications are copyright 2008, Six Apart Ltd.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2010/03/typepad-antispam-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin Compatibility feature</title>
		<link>http://www.wpthemesplanet.com/2009/11/wordpress-version-plugin-version-compatible/</link>
		<comments>http://www.wpthemesplanet.com/2009/11/wordpress-version-plugin-version-compatible/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 20:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=902</guid>
		<description><![CDATA[One of the most important reasons people give for not upgrading to the latest version of WordPress is fear that their WP plugins won&#8217;t be compatible with the last update of WP. As part of the continuing efforts to make WordPress core, plugin, and theme upgrades as painless as possible, Michael Adams developed and launched [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most important reasons people give for not upgrading to the latest version of WordPress is fear that their WP plugins won&#8217;t be compatible with the last update of WP. As part of the continuing efforts to make WordPress core, plugin, and theme upgrades as painless as possible, Michael Adams developed and launched a beta version of a new Compatibility Plugin feature in the WP plugin directory, powered by user generated votes.</p>
<p><img class="alignnone size-full wp-image-903" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/11/compatibility-viewing-feature.png" alt="" width="220" height="254" /></p>
<p>When you check a plugin in the directory, select a WordPress version and a plugin version from the drop-down menu. If there has been feedback about this WordPress and plugin version combination, you will see what percentage of responses marked that combination as compatible and how many marked it as incompatible. Then you can decide if you want to upgrade or not.<br />
<span id="more-902"></span><br />
Also, if you log in in the directory, you will be able to help the community to gather information! Just select a WordPress version and plugin version combination and click the &#8220;Works&#8221; or the &#8220;Broken&#8221; button. Please note that this shouldn&#8217;t be used to report minor issues with a plugin. You should mark a plugin as &#8220;Broken&#8221; only if its core functionality is really broken when run on the selected WordPress version.</p>
<p><img class="alignnone size-full wp-image-904" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/11/compatibility-voting-feature.png" alt="" width="227" height="276" /></p>
<p>Right now the feature is in information gathering mode. So get out there and vote! Don&#8217;t just vote on broken plugins, but cast a &#8220;Works&#8221; vote for every plugin that works on the version of WordPress you are using. This can help improve the signal-to-noise ratio in our data and prevent a few mistaken &#8220;Broken&#8221; votes from weighing too heavily.</p>
<p>For developers, they are now including this data in the API. The plugin_information action now returns a &#8220;compatibility&#8221; member with the multidimensional array format:</p>
<p>array( {WP version} =&gt; array( {plugin version} =&gt; array( {% of reporters who say it works}, {# responses} ) ) )</p>
<p>If the API knows which version of WordPress you are using (for example, if you are making this query using the plugins_api() function from with WordPress), the API will only return compatibility information for your version of WordPress.</p>
<p>Eventually, they want to gather this compatibility feedback from within WordPress, allowing you to vote directly from your plugins admin screen. The ultimate goal is to use this information to inform you of plugin incompatibilities with a new version of WordPress during the upgrade process. For that to be useful they need a large set of high quality compatibility data. Start voting now!</p>
<p><a rel="nofollow" href="http://wordpress.org/development/2009/10/plugin-compatibility-beta/" target="_blank">More information here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/11/wordpress-version-plugin-version-compatible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta testing WordPress 2.9</title>
		<link>http://www.wpthemesplanet.com/2009/10/beta-testing-wordpress-2-9-release/</link>
		<comments>http://www.wpthemesplanet.com/2009/10/beta-testing-wordpress-2-9-release/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 21:28:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=857</guid>
		<description><![CDATA[The guys at WordPress have been working hard for the last months on the new features that will be available in WordPress 2.9. They are looking for people to help beta test the new features and finding out any possible bugs. There are many different ways in which you can get involved in the beta [...]]]></description>
			<content:encoded><![CDATA[<p>The guys at WordPress have been working hard for the last months on the new features that will be available in WordPress 2.9. They are looking for people to help beta test the new features and finding out any possible bugs. There are many different ways in which you can get involved in the beta testing process, and there are options to suit people of all different skill sets. One way is by joining the &#8220;wordpress testers&#8221; mailing list to keep up to date with the testing progress and to discuss things with the other testers.</p>
<p><img class="alignnone size-full wp-image-860" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/10/wordpress-2-9-beta.png" alt="" width="260" height="250" /></p>
<p>You can also head over to the <a rel="nofollow" href="http://core.trac.wordpress.org/" target="_blank">Trac ticketing system</a> and either create tickets for any bugs you find or use some of the useful searches to look for patches that need testing. During the <a rel="nofollow" href="http://wordpress.org/development/2009/10/getting-involved-with-the-2-9-beta-testing/">beta test phase</a> they are going to focus on the stabilization of the new added features (since 2.8.4) and the removal of possible bugs. During this process they are not going to add any more enhancements so as to ensure that the focus is on making the 2.9 final release as bug-free as possible.<br />
<span id="more-857"></span><br />
To make it as easy as possible for you to get a beta testing install up and running they have put together a small WordPress plugin which makes it really easy to convert a test install of the latest release version of WordPress into a beta test install of the next up and coming release. The plugin is called <a rel="nofollow" href="http://wordpress.org/extend/plugins/wordpress-beta-tester/" target="_blank">WordPress Beta Tester</a> and is available to download from WordPress Extend or can be installed using the built-in plugin installer. Please make sure you to only install this plugin on a test site, as they don’t recommend running beta versions on your normal live sites, just in case anything goes wrong.</p>
<p>You can read more about the plugin in “Making it easy to be a WordPress Tester”. They want to release the first beta version of WordPress 2.9 around the end of October, once they finish implementing the new features, and then they switch to full on beta testing mode and your help and feedback will be very much appreciated. The final release of WordPress 2.9 will be available in either late November or early December.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/10/beta-testing-wordpress-2-9-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Create a Sitemap for your Blog</title>
		<link>http://www.wpthemesplanet.com/2009/09/creating-sitemaps-for-wordpress-blogs/</link>
		<comments>http://www.wpthemesplanet.com/2009/09/creating-sitemaps-for-wordpress-blogs/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:35:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WpThemesPlanet]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Sitemaps]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=726</guid>
		<description><![CDATA[A Sitemap is a very important page of every Blog, whose function is to inform the Search Engines about all the URLs on a website that are available for crawling. A Sitemap is an XML file that shows all the URLs for a site and is updated every time you create a new article. This allows search engines to spider the site more intelligently and better. To create a Sitemap for your Wordpress Blog, you will need the XML Sitemap Generator for WordPress.
<p style="text-align: center;"><img class="size-full wp-image-735 aligncenter" title="Sitemap for Wordpress" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/09/Sitemaps.png" alt="Sitemap for Wordpress" width="256" height="256" /></p>

You can <a rel="nofollow" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">download it here.</a> This Wordpress plugin will create a compliant sitemap in the format supported by most Search Engines, including the most popular ones, Google, Yahoo and Bing. Like I said above, Sitemaps are very useful because they give valuable information to the search engines.]]></description>
			<content:encoded><![CDATA[<p>A Sitemap is a very important page of every Blog, whose function is to inform the Search Engines about all the URLs on a website that are available for crawling. A Sitemap is an XML file that shows all the URLs for a site and is updated every time you create a new article. This allows search engines to spider the site more intelligently and better. To create a Sitemap for your WordPress Blog, you will need the XML Sitemap Generator for WordPress.</p>
<p style="text-align: center;"><img class="size-full wp-image-735 aligncenter" title="Sitemap for WordPress" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/09/Sitemaps.png" alt="Sitemap for WordPress" width="256" height="256" /></p>
<p>You can <a rel="nofollow" href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" target="_blank">download it here.</a> This WordPress plugin will create a compliant sitemap in the format supported by most Search Engines, including the most popular ones, Google, Yahoo and Bing. Like I said above, Sitemaps are very useful because they give valuable information to the search engines.<br />
<span id="more-726"></span><br />
They will know how often to scan your site, which pages are more important, which have a lower priority, etc. The advantage of using Sitemaps is that you are able to view reports on crawl results and statistics. You’ll also see the most used search queries to find your site and the search queries that get the most clicks.</p>
<p>First, I recommend to build your Sitemap and then submit it to <a rel="nofollow" href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&amp;continue=https://www.google.com%2Fwebmasters%2Ftools%2Fsiteoverview%3Fhl%3Den&amp;nui=1&amp;hl=en" target="_blank">Google Webmaster Tools here.</a> Make sure you verify it following the steps on that page. Make sure to identify yourself as the owner of the site and to validate your submission.You can also submit it to <a rel="nofollow" href="http://siteexplorer.search.yahoo.com/" target="_blank">Yahoo here.</a> For both services you need a Google and Yahoo accounts. If you don&#8217;t have one yet, make sure you sign-up. It takes only 5 minutes.</p>
<p>You can check the <a href="http://www.wpthemesplanet.com/sitemap.xml">Wp Themes Planet Sitemap Here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/09/creating-sitemaps-for-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>The importance of using Changelogs</title>
		<link>http://www.wpthemesplanet.com/2009/07/the-importance-of-using-changelogs/</link>
		<comments>http://www.wpthemesplanet.com/2009/07/the-importance-of-using-changelogs/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 02:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=551</guid>
		<description><![CDATA[I just read a new article in the WordPress Blog that talks about improving plugins by using a changelog file. The WordPress team added a new feature to the plugin directory to allow developers to include a changelog with their project. The changelog informs us what changes have been made in each version of the plugin, so that [...]]]></description>
			<content:encoded><![CDATA[<p>I just read a new article in the WordPress Blog that talks about improving plugins by using a changelog file. The WordPress team added a new feature to the plugin directory to allow developers to include a changelog with their project. The changelog informs us what changes have been made in each version of the plugin, so that the user can make a decision about when to upgrade. It would be a very good idea to add this feature to the Theme Directory too.</p>
<p><img class="alignnone size-full wp-image-555" style="border: black 1px solid;" title="Wordpress Plugins" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/07/wordpress-plugins.jpg" alt="Wordpress Plugins" width="360" height="186" /></p>
<p>Many <a href="http://www.wpthemesplanet.com/patagonia-theme/">WordPress Themes</a> include a changelog in the readme.txt file, however it is always easier for the theme users to access this information directly when they browse for new WordPress templates. I hope they can implement this feature in the Theme Directory. As for the Plugin Directory, the changelog information is displayed as a separate tab and also in the dashboard of your WordPress blog when you view the details on a new version of a plugin. Click the link below for more information about this topic.</p>
<h3><a rel="nofollow" href="http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/" target="_blank"><span style="color: #ff0000;">Changelogs in WordPress Plugins</span></a></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/07/the-importance-of-using-changelogs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to use Keywords in your Blog articles?</title>
		<link>http://www.wpthemesplanet.com/2009/05/how-to-use-keywords-in-your-blog-articles/</link>
		<comments>http://www.wpthemesplanet.com/2009/05/how-to-use-keywords-in-your-blog-articles/#comments</comments>
		<pubDate>Tue, 05 May 2009 22:22:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Keywords]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Tags]]></category>

		<guid isPermaLink="false">http://www.wpthemesplanet.com/?p=113</guid>
		<description><![CDATA[As we already know, using keywords in the meta tags to optimize your blog is a great idea. Another great idea is to use those keywords in each new article you post. I mean, the keywords you are targeting on your blog. So, if your blog is about &#8220;digital cameras&#8221; and you are already including those [...]]]></description>
			<content:encoded><![CDATA[<p>As we already know, using keywords in the meta tags to optimize your blog is a great idea. Another great idea is to use those keywords in each new article you post. I mean, the keywords you are targeting on your blog. So, if your blog is about &#8220;digital cameras&#8221; and you are already including those keywords in your blog title and meta tags, I will recommend including those words a few times in each article. Don&#8217;t target too many keywords or the same word many times. With a couple of times in each new post is more than fine. Write your articles naturally, but with the right keywords in mind.</p>
<p><img class="alignnone size-full wp-image-115" src="http://www.wpthemesplanet.com/wp-content/uploads/2009/05/keywords.jpg" alt="" width="340" height="254" /></p>
<p>Use your most relevant keywords in the title tag. There are also some SEO plugins for WordPress, where you can set a different page title than that of your blog post. The keywords contained in the permalink of the article are very important in terms of SEO. You can edit the post slug (permalink) so that it contains the most important keyword. That&#8217;s all for now. See you next time. <img src='http://www.wpthemesplanet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpthemesplanet.com/2009/05/how-to-use-keywords-in-your-blog-articles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
