<?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 Garage &#187; permalinks</title>
	<atom:link href="http://wpgarage.com/tag/permalinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Wed, 16 Nov 2011 14:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Change Permalink Structure in WordPress without Duplicate Content</title>
		<link>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/</link>
		<comments>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:19:00 +0000</pubDate>
		<dc:creator>Rebecca Markowitz</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[Google News]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[Redirect]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/</guid>
		<description><![CDATA[<p>Recently we had a client who wanted to change their Permalink structure from Old Permalink structure: /%author%/%category%/%postname%/ to: New Permalink structure: /%author%/%category%/%postname%/%post_id%/ so that they would qualify for Google News. Apparently you need at least 3 digits in your URL in order to qualify for Google News. I wanted to simply change the Permalink structure [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/">How to Change Permalink Structure in WordPress without Duplicate Content</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/" data-url="http://illum.in/pDC7By" data-text="How to Change Permalink Structure in WordPress without Duplicate Content" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/"></g:plusone></div></div><p>Recently we had a client who wanted to change their Permalink structure from</p>
<p><strong>Old Permalink structure:</strong> /%author%/%category%/%postname%/</p>
<p>to:</p>
<p><strong>New Permalink structure:</strong> /%author%/%category%/%postname%/%post_id%/</p>
<p>so that they would qualify for <a href="http://www.google.com/support/news_pub/bin/topic.py?topic=11666">Google News</a>. Apparently you need at least 3 digits in your URL in order to qualify for Google News.</p>
<p>I wanted to simply change the Permalink structure by going to Settings&gt;Permalinks in WordPress. However, the problem is that Google sees 2 URLs for the same post which could cause Google to penalize you for duplicate content:</p>
<p>Google would see both the old and new Permalink structure for the same content:</p>
<p>For example, Google would see:</p>
<p>(old) <a href="http://example.com/Rebecca/News/MyPost/">http://example.com/Rebecca/News/MyPost/</a></p>
<p>and</p>
<p>(new) <a href="http://example.com/Rebecca/News/MyPost/222">http://example.com/Rebecca/News/MyPost/222</a></p>
<p>So we need to make sure the old Permalink structure has a 301 redirect to the new Permalink structure.</p>
<p>Thankfully, after trying many plugins, we finally found and successfully implemented this plugin: <a href="http://scott.yang.id.au/code/permalink-redirect/">Permalink Redirect WordPress Plugin</a></p>
<p>The directions on the site are very old and quite confusing.</p>
<p>Here’s how to use <a href="http://scott.yang.id.au/code/permalink-redirect/">Permalink Redirect WordPress Plugin</a></p>
<ol>
<li>Download, Install and activate the plugin</li>
<li>Go to Settings&gt;Permalinks and copy down your old permalink structure</li>
<li>While you’re in Settings&gt;Permalinks, change the Permalink structure to your new permalink structure</li>
<li>Go to Settings&gt;Permalink Redirect and where it says “Old Permalink Structures”, paste in your old permalink structure</li>
</ol>
<p>That’s it.</p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/">How to Change Permalink Structure in WordPress without Duplicate Content</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/how-to-change-permalink-structure-in-wordpress-without-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Automatically create tinyurl-type permalinks in WordPress</title>
		<link>http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/</link>
		<comments>http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 09:44:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/</guid>
		<description><![CDATA[<p>You may need to have &#8220;tinyurl&#8221; permalinks for your WordPress blog posts. One option is to go to tinyurl.com and create each permalink one-by-one. This is fine if you don&#8217;t need to create too many, but can get cumbersome when you need tens or hundreds of them. Michael Clark explains how he used Apache’s rewrite [...]</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/">Automatically create tinyurl-type permalinks in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/" data-url="http://illum.in/pupLM0" data-text="Automatically create tinyurl-type permalinks in WordPress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/"></g:plusone></div></div><p>You may need to have &#8220;tinyurl&#8221; permalinks for your WordPress blog posts. One option is to go to tinyurl.com and create each permalink one-by-one. This is fine if you don&#8217;t need to create too many, but can get cumbersome when you need tens or hundreds of them.</p>
<p><a href="http://www.planetmike.com/" title="Planet Mike">Michael Clark</a> explains how he used Apache’s rewrite rules with WordPress’ Post ID # to create what he calls &#8220;GoTo&#8221; URLs.</p>
<p><a href="http://www.planetmike.com/journal/2008/01/16/creating-a-goto-url-for-your-wordpress-powered-site/">Creating a “GoTo” URL For Your WordPress-Powered Site </a></p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/">Automatically create tinyurl-type permalinks in WordPress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/automatically-create-tinyurl-type-permalinks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Useful guide to configuring WordPress permalinks</title>
		<link>http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/</link>
		<comments>http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 09:37:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Shorties]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/</guid>
		<description><![CDATA[<p>Weblog Tools Collection has published a good, concise guide on setting up permalinks on your WordPress blog. The tips include various permalink options, and how to set up a .htaccess file if you don&#8217;t have one. Configuring WP Permalinks</p><p>This post was originally published at <a href="http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/">Useful guide to configuring WordPress permalinks</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/" data-url="http://illum.in/oA1cIS" data-text="Useful guide to configuring WordPress permalinks" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/"></g:plusone></div></div><p>Weblog Tools Collection has published a good, concise g<a href="http://weblogtoolscollection.com/archives/2008/01/16/configuring-wp-permalinks/" title="Configuring WP Permalinks">uide on setting up permalinks on your WordPress blog</a>. The tips include various permalink options, and how to set up a .htaccess file if you don&#8217;t have one.</p>
<p><a href="http://weblogtoolscollection.com/archives/2008/01/16/configuring-wp-permalinks/">Configuring WP Permalinks</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/">Useful guide to configuring WordPress permalinks</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/shorties/useful-guide-to-configuring-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unique and useful WordPress Plugins at Urban Giraffe</title>
		<link>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/</link>
		<comments>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 09:15:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[multi-user]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/</guid>
		<description><![CDATA[<p>Urban Giraffe has a list of amazing plugins that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven&#8217;t seen anything like them anywhere else. Here are the ones that I find most interesting, and I hope to try out soon: Filled In &#8211; Places a customized [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/">Unique and useful WordPress Plugins at Urban Giraffe</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/" data-url="http://illum.in/nGbBsm" data-text="Unique and useful WordPress Plugins at Urban Giraffe" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/"></g:plusone></div></div><p>Urban Giraffe has <a href="http://urbangiraffe.com/plugins/" title="Urban Giraffe Plugins">a list of amazing plugins</a> that the guy behind the site, John Godley, developed. Many of these plugins are really unique, and I haven&#8217;t seen anything like them anywhere else.</p>
<p>Here are the ones that I find most interesting, and I hope to try out soon:</p>
<ul class="review">
<li><a href="http://urbangiraffe.com/plugins/filled-in/">Filled In</a> &#8211; Places a customized form on your site, and stores submitted data in a database. The plugin features email reporting, AJAX support, CAPTCHA support, and file uploads. The data can be exported to CSV or XML.</li>
<li><a href="http://urbangiraffe.com/plugins/advanced-permalinks/">Advanced Permalinks</a> &#8211; If you decide midway to change your permalink structure to something friendlier, this generally means you have to do it sitewide and for all existing posts, which means redirecting everything. This plugin allows you to say &#8220;From now on, all posts will have permalink structure B, while posts until now will retain permalink structure A.&#8221; Can save a lot of headache.</li>
<li><a href="http://urbangiraffe.com/plugins/search-unleashed/">Search Unleashed</a> &#8211; Makes searching WordPress blogs more user-friendly by adding the following features:<br />
<blockquote>
<ul>
<li>Full text search with wildcards and logical operations</li>
<li>Search posts, pages, comments, titles, URLs, tags, and meta-data (all configurable)</li>
<li>Search data after it has been processed by plugins, not before</li>
<li>Search highlighting of all searches, including titles and comments</li>
<li>Search highlighting of incoming searches from <a href="http://www.google.com/">Google</a>, <a href="http://www.yahoo.com/">Yahoo</a>, <a href="http://www.live.com/">MSN</a>, <a href="http://www.altavista.com/">Altavista</a>, <a href="http://www.baidu.com/">Baidu</a>, and <a href="http://www.sogou.com/">Sogou</a></li>
<li>Search results show contextual search information, not just a post excerpt</li>
<li>Record search phrases and display in a log</li>
<li>Exclude specific posts and pages from results</li>
<li>Compatible with <a href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache</a></li>
<li>Supports WordPress 2.0.5 through to 2.3</li>
<li>No changes required to your theme</li>
</ul>
</blockquote>
</li>
<li><a href="http://urbangiraffe.com/plugins/user-permissions/">User Permissions</a> &#8211; Allows you to assign permissions to specific posts. This sounds like it could be good if you offer premium content on your site.</li>
<li><a href="http://urbangiraffe.com/plugins/anti-email-spam/">Anti-Email Spam</a> &#8211; Simple plugin to encode email addresses with either JavaScript or HTML entities and protect yourself against email harvesting scripts. I should have done something like this a loooong time ago.</li>
</ul>
<p><a href="http://urbangiraffe.com/plugins/">See &#8216;em all at: Plugins &#8211; Goodies for WordPress | Urban Giraffe»</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/">Unique and useful WordPress Plugins at Urban Giraffe</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/unique-and-useful-wordpress-plugins-at-urban-giraffe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with class.php when upgrading to WordPress 2.3.1</title>
		<link>http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/</link>
		<comments>http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 15:44:13 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://wordpressgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/</guid>
		<description><![CDATA[<p>We just upgraded a client&#8217;s site from WordPress 2.2. to WordPress 2.3.1. After upgrading, the theme still worked, but the links to Pages in the upper navigation bar stopped working and they all linked to the home page instead of to their pages, and an annoying error appeared at the top of every page as [...]</p><p>This post was originally published at <a href="http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/">Problem with class.php when upgrading to WordPress 2.3.1</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/" data-url="http://illum.in/ou1Xsv" data-text="Problem with class.php when upgrading to WordPress 2.3.1" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/"></g:plusone></div></div><p>We just upgraded a client&#8217;s site from <a href="http://wordpress.org" title="WordPress">WordPress</a> 2.2. to WordPress 2.3.1. After upgrading, the theme still worked, but the links to Pages in the upper navigation bar stopped working and they all linked to the home page instead of to their pages, and an annoying error appeared at the top of every page as follows:</p>
<p><code><strong>Warning: Invalid argument supplied for foreach() in /home/wallis3/public_html/wordpress/wp-includes/classes.php on line 92</strong></code></p>
<p>In case anybody else ever encounters this problem, I found the solution after a bit of digging <a href="http://wordpress.org/support/topic/145689" title="Error in wpincludes classes.php">here in this WordPress support forum topic</a>. It seems that some servers don&#8217;t deal well with blogs on WordPress 2.3.1 with permalinks that use /%category%/ as part of the permalink string. The server this particular site was sitting on happened to be <a href="http://lunarpages.com" title="Lunarpages">Lunarpages</a>.</p>
<p><del datetime="2007-12-20T14:59:38+00:00">Anyway, we removed /%category%/ from their permalink structure and updated everything in the site. Luckily the site wasn&#8217;t that old and didn&#8217;t have that much content, but it was still annoying.</del> <em>Update:</em> All we had to do in the end was select the default permalink structure, click &#8220;Update Permalinks&#8221;, and then select the permalink structure that we wanted, including /%category%/, and update again, and that worked. It seems that this is a WordPress bug, and the moderators on the above support forum topic recommended <a href="http://trac.wordpress.org/" title="WordPress Trac">submitting a bug report</a> to WordPress, but there are so many rules to follow to submit a bug report that in the meantime I&#8217;m going to pass.</p>
<p>This post was originally published at <a href="http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/">Problem with class.php when upgrading to WordPress 2.3.1</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/tips/problem-with-classphp-when-upgrading-to-wordpress-231/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Permalinks Migration Plugin for wordpress</title>
		<link>http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/</link>
		<comments>http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 21:47:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://www.wordpressgarage.com/plugins/permalinks-migration-plugin-for-wordpress/</guid>
		<description><![CDATA[<p>The following description is adapted from the creators site (lightly edited &#8211; I can&#8217;t help it!): With this plugin, you can safely change your permalink structure without breaking the old links to your website, and it won&#8217;t affect your search engine rankings. Many people want to improve their permalink structure by changing them into &#8220;pretty&#8221; [...]</p><p>This post was originally published at <a href="http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/">Permalinks Migration Plugin for wordpress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></description>
			<content:encoded><![CDATA[<div class="socialize-in-content" style="float:right;"><div class="socialize-in-button socialize-in-button-right"><a href="http://twitter.com/share" class="twitter-share-button" data-counturl="http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/" data-url="http://illum.in/npALXS" data-text="Permalinks Migration Plugin for wordpress" data-count="vertical" data-via="wpgarage" data-related="wpgarage"><!--Tweetter--></a></div><div class="socialize-in-button socialize-in-button-right"><iframe src="http://www.facebook.com/plugins/like.php?href=http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/&amp;layout=box_count&amp;show_faces=true&amp;width=50&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:50px !important; height:65px;" allowTransparency="true"></iframe></div><div class="socialize-in-button socialize-in-button-right"><g:plusone size="tall" href="http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/"></g:plusone></div></div><p>The following description is adapted from the creators site (lightly edited &#8211; I can&#8217;t help it!):</p>
<blockquote><p>With this plugin, you can safely change your permalink structure without breaking the old links to your website, and it won&#8217;t affect your search engine rankings.</p>
<p>Many people want to improve their permalink structure by changing them into &#8220;pretty&#8221; permalinks, like  /%year%/%monthnum%/%day%/%postname%/ to /%category%/%postname%/</p>
<p>But doing so will make all pages indexed by search engines become invalid. This may cause you to lose visitors from other sites or bookmarks that link to you.</p></blockquote>
<p>This plugin uses  a 301 redirect which sends visitors or spiders at your old links to the new ones. What I wonder is if this could be used for bloggers that are moving their blogs from Blogger to WordPress, for example.</p>
<p><a href="http://www.deanlee.cn/downloads/deans_permalinks_migration_v1.0.zip">Download Dean’s Permalinks Migration Plugin Version 1.0</a></p>
<p>This post was originally published at <a href="http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/">Permalinks Migration Plugin for wordpress</a> on <a href="http://wpgarage.com">WP Garage</a> - <a href="http://wpgarage.com">WP Garage - wordpress tricks, hacks, and tips</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://wpgarage.com/plugins/permalinks-migration-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

