<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Configuring WordPress Settings: Permalinks</title>
	<atom:link href="http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/</link>
	<description>Free WordPress training videos and blog tutorials</description>
	<lastBuildDate>Sun, 21 Mar 2010 19:23:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kirk</title>
		<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/comment-page-1/#comment-12416</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/#comment-12416</guid>
		<description>@Sandeep - You make an interesting point. Not everyone will be using the Category as a descriptive label of the content of the post.  In your case, using the tag in the permalink structure will work the same as using the category as recommended in this video. 

If you use multiple tags, then I believe that all assigned tags will work in the permalink. In other words, your article will have multiple permalinks.  There will be one primary link (likely the first assigned tag) that is generated automatically from index and category pages. But the other tags should work in the permalink structure as well.  My concern is that this might lead to duplicate content in Google and other search engines. To avoid that you might want to leave the tag out of the permalink.</description>
		<content:encoded><![CDATA[<p>@Sandeep &#8211; You make an interesting point. Not everyone will be using the Category as a descriptive label of the content of the post.  In your case, using the tag in the permalink structure will work the same as using the category as recommended in this video. </p>
<p>If you use multiple tags, then I believe that all assigned tags will work in the permalink. In other words, your article will have multiple permalinks.  There will be one primary link (likely the first assigned tag) that is generated automatically from index and category pages. But the other tags should work in the permalink structure as well.  My concern is that this might lead to duplicate content in Google and other search engines. To avoid that you might want to leave the tag out of the permalink.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep</title>
		<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/comment-page-1/#comment-12345</link>
		<dc:creator>Sandeep</dc:creator>
		<pubDate>Sun, 29 Nov 2009 16:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/#comment-12345</guid>
		<description>Great resource.  My concern is regarding the logic of categories and whether to use them in the permalink.  I find it better to use category to define the type of post, eg. article, news, case study etc and use tags to define the topics or subjects that the post is about.

Now, it seems it would make more sense (from a search engine) point of view to have the tag displayed in the permalink rather than the category.  However there are usually multiple tags and the one taken by the permalink is not necessarily the most appropriate and moreover categories seems more organized anyway.

What are your thoughts on this?

Thanks</description>
		<content:encoded><![CDATA[<p>Great resource.  My concern is regarding the logic of categories and whether to use them in the permalink.  I find it better to use category to define the type of post, eg. article, news, case study etc and use tags to define the topics or subjects that the post is about.</p>
<p>Now, it seems it would make more sense (from a search engine) point of view to have the tag displayed in the permalink rather than the category.  However there are usually multiple tags and the one taken by the permalink is not necessarily the most appropriate and moreover categories seems more organized anyway.</p>
<p>What are your thoughts on this?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Hobkirk</title>
		<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/comment-page-1/#comment-2026</link>
		<dc:creator>Kelly Hobkirk</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/#comment-2026</guid>
		<description>Kirk- Thank you for this excellent resource! I have a WordPress book as reference, but while it explains the &#039;what&#039;, it often fails to explain the &#039;how.&#039; Every video of yours I have watched so far has thoroughly explained and shown what I needed to learn. Nice work!</description>
		<content:encoded><![CDATA[<p>Kirk- Thank you for this excellent resource! I have a WordPress book as reference, but while it explains the &#8216;what&#8217;, it often fails to explain the &#8216;how.&#8217; Every video of yours I have watched so far has thoroughly explained and shown what I needed to learn. Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/comment-page-1/#comment-933</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/#comment-933</guid>
		<description>Hi Sim:

Permalinks is one of those things that used to be a lot harder in older versions of WordPress.  These days, you just need to make sure that the application has permission to write to the .htaccess file.  When you update the permalinks settings in the WordPress administrator, the mod_rewrite settings will automatically be written to your .htaccess file.

If the application doesn&#039;t have permission to write to .htaccess you should see a message to that effect when you change your permalink structure.  The message will also include the lines that should be added to your .htaccess file.  Just cut and paste.</description>
		<content:encoded><![CDATA[<p>Hi Sim:</p>
<p>Permalinks is one of those things that used to be a lot harder in older versions of WordPress.  These days, you just need to make sure that the application has permission to write to the .htaccess file.  When you update the permalinks settings in the WordPress administrator, the mod_rewrite settings will automatically be written to your .htaccess file.</p>
<p>If the application doesn&#8217;t have permission to write to .htaccess you should see a message to that effect when you change your permalink structure.  The message will also include the lines that should be added to your .htaccess file.  Just cut and paste.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sim</title>
		<link>http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/comment-page-1/#comment-918</link>
		<dc:creator>Sim</dc:creator>
		<pubDate>Mon, 14 Jul 2008 12:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://wordpresstraining.com/videos/install-and-configure/configuring-wordpress-options-permalinks/#comment-918</guid>
		<description>Hi Kirk, I am so glad I came across your Wordpress resources.  They have made things a lot simpler.  When I saw the link for this video I was thinking this is what I have been looking for, however, I was a little disappointed that there was no mention of the difficult parts of using permalinks (which has been putting me off using them), namely the steps to do with mod_rewrite on the Apache server, getting the FollowSymLinks option enabled, creating and editing the .htaccess file etc.  A little explanation into how to get all this working would be brilliant.  Great resources, so keep up the good work.  Best regards.</description>
		<content:encoded><![CDATA[<p>Hi Kirk, I am so glad I came across your Wordpress resources.  They have made things a lot simpler.  When I saw the link for this video I was thinking this is what I have been looking for, however, I was a little disappointed that there was no mention of the difficult parts of using permalinks (which has been putting me off using them), namely the steps to do with mod_rewrite on the Apache server, getting the FollowSymLinks option enabled, creating and editing the .htaccess file etc.  A little explanation into how to get all this working would be brilliant.  Great resources, so keep up the good work.  Best regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
