<?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: How To: Solve duplicate content in WordPress without plugins</title>
	<atom:link href="http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/</link>
	<description>Tips, tutorials and resources for software and web tools/applications</description>
	<lastBuildDate>Sat, 14 Nov 2009 01:16:21 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fred Schebesta</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-7869</link>
		<dc:creator>Fred Schebesta</dc:creator>
		<pubDate>Thu, 08 Jan 2009 04:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-7869</guid>
		<description>My recommendation would be to do this but also have unique content in the excerpt.

I have actually switched categories off entirely and have opted for pages instead.

(Note the blog above is not an example of this ;-D )</description>
		<content:encoded><![CDATA[<p>My recommendation would be to do this but also have unique content in the excerpt.</p>
<p>I have actually switched categories off entirely and have opted for pages instead.</p>
<p>(Note the blog above is not an example of this ;-D )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-406</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Thu, 18 Oct 2007 16:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-406</guid>
		<description>@Karthik: No problem, its understood. Now that you&#039;ve clarified it, readers will also understand.</description>
		<content:encoded><![CDATA[<p>@Karthik: No problem, its understood. Now that you&#8217;ve clarified it, readers will also understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-407</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Thu, 18 Oct 2007 15:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-407</guid>
		<description>Yup, sorry, I should have mentioned ID there!</description>
		<content:encoded><![CDATA[<p>Yup, sorry, I should have mentioned ID there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-405</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Sat, 13 Oct 2007 07:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-405</guid>
		<description>@Karthik: No problem whatsoever about long comments - I love &#039;em!
Well, that thing about category-xx.php was something new to me, thanks. And category no. means its ID, right?
As for 4kB webspace, lol :D</description>
		<content:encoded><![CDATA[<p>@Karthik: No problem whatsoever about long comments &#8211; I love &#8216;em!<br />
Well, that thing about category-xx.php was something new to me, thanks. And category no. means its ID, right?<br />
As for 4kB webspace, lol <img src='http://www.techzilo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-402</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Fri, 12 Oct 2007 19:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-402</guid>
		<description>Funny to run into this, I&#039;d just blogged about something similar yesterday! And you did this 2 days earlier - guess it was a repeat for you to read my feed then!
[Goes over to subscribe to your feed]

But I&#039;d just like to make one clarification though - you won&#039;t need category.php if you have archive.php or index.php (err, you&#039;d certainly have this one!). What I meant was - if you are going to show excerpts on index.php, you can avoid having archive.php and category.php altogether - don&#039;t ask me why not, saves you 4kb on your webspace ;)

The order is:
1. category-xx.php
2. category.php
3. archive.php
4. index.php

If you&#039;d like to make one particular category look unique, you can create a file with the category-CATEGORYNUMBER.php and that particular category would follow this template. If it doesn&#039;t find this file, it will check if the next file in the hierarchy is there and so on.

Sorry about the overly long comment, I had to make myself clear!</description>
		<content:encoded><![CDATA[<p>Funny to run into this, I&#8217;d just blogged about something similar yesterday! And you did this 2 days earlier &#8211; guess it was a repeat for you to read my feed then!<br />
[Goes over to subscribe to your feed]</p>
<p>But I&#8217;d just like to make one clarification though &#8211; you won&#8217;t need category.php if you have archive.php or index.php (err, you&#8217;d certainly have this one!). What I meant was &#8211; if you are going to show excerpts on index.php, you can avoid having archive.php and category.php altogether &#8211; don&#8217;t ask me why not, saves you 4kb on your webspace <img src='http://www.techzilo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The order is:<br />
1. category-xx.php<br />
2. category.php<br />
3. archive.php<br />
4. index.php</p>
<p>If you&#8217;d like to make one particular category look unique, you can create a file with the category-CATEGORYNUMBER.php and that particular category would follow this template. If it doesn&#8217;t find this file, it will check if the next file in the hierarchy is there and so on.</p>
<p>Sorry about the overly long comment, I had to make myself clear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumesh</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-404</link>
		<dc:creator>Sumesh</dc:creator>
		<pubDate>Fri, 12 Oct 2007 14:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-404</guid>
		<description>@Nirmal: Glad to hear your opinion. Could you be more specific as to why you prefer it?</description>
		<content:encoded><![CDATA[<p>@Nirmal: Glad to hear your opinion. Could you be more specific as to why you prefer it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirmal</title>
		<link>http://www.techzilo.com/how-to-solve-duplicate-content-in-wordpress/#comment-403</link>
		<dc:creator>Nirmal</dc:creator>
		<pubDate>Fri, 12 Oct 2007 12:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://techzilo.com/?p=129#comment-403</guid>
		<description>This is exactly what I have been doing. Use post excerpts.</description>
		<content:encoded><![CDATA[<p>This is exactly what I have been doing. Use post excerpts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
