<?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: WordPress: The Art of Avoiding Duplicate Content</title>
	<atom:link href="http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 04:21:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrew Keir</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-7334</link>
		<dc:creator>Andrew Keir</dc:creator>
		<pubDate>Thu, 19 Aug 2010 23:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-7334</guid>
		<description>Hi Dev,

I&#039;ve got the excerpt function working as intended now, still havn&#039;t quite got the if/else going though... It&#039;s ok though, I&#039;d best spend the time writing the 260 excerpts and just swapping it over instead of mucking around with my php.

Thanks for the advice and help links.</description>
		<content:encoded><![CDATA[<p>Hi Dev,</p>
<p>I&#8217;ve got the excerpt function working as intended now, still havn&#8217;t quite got the if/else going though&#8230; It&#8217;s ok though, I&#8217;d best spend the time writing the 260 excerpts and just swapping it over instead of mucking around with my php.</p>
<p>Thanks for the advice and help links.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-7308</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Thu, 19 Aug 2010 09:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-7308</guid>
		<description>Hello Andrew,

First of all, really sorry for responding so late.

About the question(s) you asked, there are couple of things you can do. If you simply replace the_content() with the_excerpt() in the Main Index Template (index.php) file in your theme, it will automatically show the excerpt of your posts. If you do not provide any excerpt within your articles, it doesn&#039;t matter. Wordpress will automatically pickup the first paragraph of your article and display an excerpt.

Now, to beautify or customize your &quot;excerpt&quot;, there are couple of things you can do:
1). You may use this article to edit your theme: http://codex.wordpress.org/Function_Reference/the_excerpt
2). You can use a plugin that can help you customize the way excerpts display on the homepage.

About this specific question: &quot;I’m not terribly familiar with the if and else usages. What I’d like to do is if an excerpt exists, show it, else show the_content and use the existing more tag.&quot;

Answer: Wordpress will handle this by default. If you provide an excerpt within each article, Wordpress will display it. If you do not provide an excerpt within your articles, Wordpress will automatically display the first paragraph of your article. So all in all, you have to just change the_content() to the_excerpt(). Job done!

I hope I was able to assist you. If not, please feel free to ask questions. I will be happy to assist you.</description>
		<content:encoded><![CDATA[<p>Hello Andrew,</p>
<p>First of all, really sorry for responding so late.</p>
<p>About the question(s) you asked, there are couple of things you can do. If you simply replace the_content() with the_excerpt() in the Main Index Template (index.php) file in your theme, it will automatically show the excerpt of your posts. If you do not provide any excerpt within your articles, it doesn&#8217;t matter. WordPress will automatically pickup the first paragraph of your article and display an excerpt.</p>
<p>Now, to beautify or customize your &#8220;excerpt&#8221;, there are couple of things you can do:<br />
1). You may use this article to edit your theme: <a href="http://codex.wordpress.org/Function_Reference/the_excerpt" rel="nofollow">http://codex.wordpress.org/Fun.....he_excerpt</a><br />
2). You can use a plugin that can help you customize the way excerpts display on the homepage.</p>
<p>About this specific question: &#8220;I’m not terribly familiar with the if and else usages. What I’d like to do is if an excerpt exists, show it, else show the_content and use the existing more tag.&#8221;</p>
<p>Answer: WordPress will handle this by default. If you provide an excerpt within each article, WordPress will display it. If you do not provide an excerpt within your articles, WordPress will automatically display the first paragraph of your article. So all in all, you have to just change the_content() to the_excerpt(). Job done!</p>
<p>I hope I was able to assist you. If not, please feel free to ask questions. I will be happy to assist you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Keir</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-7281</link>
		<dc:creator>Andrew Keir</dc:creator>
		<pubDate>Wed, 18 Aug 2010 07:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-7281</guid>
		<description>Hi DevDuff,

I have 1 little tweak on this that I wan&#039;t to implement, I wonder if you can help.

At the moment my blog is using the_content, and I would like to change this to an excerpt. I have a few hundred posts without excerpts so it will obviously take some time to do.

I&#039;m not terribly familiar with the if and else usages. What I&#039;d like to do is if an excerpt exists, show it, else show the_content and use the existing more tag.

This was I can add excerpts over the next few weeks while immediately reaping the benefits on updated posts. I hope that makes sense... Thanks in advance for any advice.</description>
		<content:encoded><![CDATA[<p>Hi DevDuff,</p>
<p>I have 1 little tweak on this that I wan&#8217;t to implement, I wonder if you can help.</p>
<p>At the moment my blog is using the_content, and I would like to change this to an excerpt. I have a few hundred posts without excerpts so it will obviously take some time to do.</p>
<p>I&#8217;m not terribly familiar with the if and else usages. What I&#8217;d like to do is if an excerpt exists, show it, else show the_content and use the existing more tag.</p>
<p>This was I can add excerpts over the next few weeks while immediately reaping the benefits on updated posts. I hope that makes sense&#8230; Thanks in advance for any advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scogy</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-3415</link>
		<dc:creator>scogy</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-3415</guid>
		<description>I have an iphone 3G, and I have lots songs in my iphone, because it is synced with my computer(iTunes), what if I bought a new computer, how do you keep your old songs in your iphone? Or shall I say would you be able to sync your iphone with a new computer without losing any old songs? Many thanks!</description>
		<content:encoded><![CDATA[<p>I have an iphone 3G, and I have lots songs in my iphone, because it is synced with my computer(iTunes), what if I bought a new computer, how do you keep your old songs in your iphone? Or shall I say would you be able to sync your iphone with a new computer without losing any old songs? Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dev Duff</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-17</link>
		<dc:creator>Dev Duff</dc:creator>
		<pubDate>Fri, 01 May 2009 15:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-17</guid>
		<description>I&#039;m glad to know that the article was helpful. Thanks for the kind words :)
Your comment is full of motivation, I will share more experiences in the upcoming posts.
Regards.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to know that the article was helpful. Thanks for the kind words <img src='http://www.devduff.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Your comment is full of motivation, I will share more experiences in the upcoming posts.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miss L.</title>
		<link>http://www.devduff.com/wordpress/wordpress-the-art-of-avoiding-duplicate-content.php/comment-page-1#comment-14</link>
		<dc:creator>Miss L.</dc:creator>
		<pubDate>Thu, 30 Apr 2009 04:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.devduff.com/?p=108#comment-14</guid>
		<description>Thank you so much for posting about avoiding duplicate content. I am new to using WordPress and have very limited knowledge of editing php code. I love the Amazing Grace theme you referred to but thought I was going to have to change themes. I just couldn&#039;t figure out what part of the php code I needed to change regarding excerpt. Your examples shown above and explanation was very helpful to correcting the problem I was having.

Great job and thanks again for such a detailed explanation. Now, I&#039;ll know how to correct this with any WordPress theme I decide to work with.</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting about avoiding duplicate content. I am new to using WordPress and have very limited knowledge of editing php code. I love the Amazing Grace theme you referred to but thought I was going to have to change themes. I just couldn&#8217;t figure out what part of the php code I needed to change regarding excerpt. Your examples shown above and explanation was very helpful to correcting the problem I was having.</p>
<p>Great job and thanks again for such a detailed explanation. Now, I&#8217;ll know how to correct this with any WordPress theme I decide to work with.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
