<?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: Tips For Writing Good Excerpts</title>
	<atom:link href="http://www.optiniche.com/blog/2/writing-excerpts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.optiniche.com/blog/2/writing-excerpts/</link>
	<description>Helping You To Optimize and Monetize Your WordPress Niche Blog</description>
	<lastBuildDate>Sat, 17 Sep 2011 14:31:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-8881</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Tue, 19 Sep 2006 16:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-8881</guid>
		<description>Hi Len,
I actually just saw this comment, so my apologies for the delayed response.

You&#039;re welcome.

OptiNiche v2 was postponed while I worked on my themes through August. Now that the themes are complete, things are starting to settle down a bit for me so I can continue typing it up (most of it is still in long hand ;) ).

~ Teli</description>
		<content:encoded><![CDATA[<p>Hi Len,<br />
I actually just saw this comment, so my apologies for the delayed response.</p>
<p>You&#8217;re welcome.</p>
<p>OptiNiche v2 was postponed while I worked on my themes through August. Now that the themes are complete, things are starting to settle down a bit for me so I can continue typing it up (most of it is still in long hand <img src='http://www.optiniche.com/blog/0/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lenmcgrane</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5674</link>
		<dc:creator>lenmcgrane</dc:creator>
		<pubDate>Fri, 21 Jul 2006 03:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5674</guid>
		<description>Thanks, Teli. VERY helpful. I inserted that php code into archives.php and I now have what I wanted. Many thanks!

Len

(PS. How&#039;s progress on OptiN ver 2?)</description>
		<content:encoded><![CDATA[<p>Thanks, Teli. VERY helpful. I inserted that php code into archives.php and I now have what I wanted. Many thanks!</p>
<p>Len</p>
<p>(PS. How&#8217;s progress on OptiN ver 2?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5669</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Fri, 21 Jul 2006 01:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5669</guid>
		<description>Hi Len,
It depends on where you&#039;re leading the reader to the full article from, the main blog page or their feed reader?

In your case, it sounds like you want to display excerpts on the actual blog itself.

To do so you can manually create a break where you want the &quot;read more&quot; text to appear. To manually create a break, add &lt;code&gt;&lt;!--more--&gt;&lt;/code&gt; in the blog content where you want the break to occur.

If you actually want the text you enter into the excerpt box to display, then you&#039;ll need to modify the template to use &lt;code&gt;&lt;?php the_excerpt(); ?&gt;&lt;/code&gt; instead of &lt;code&gt;&lt;?php the_content(); ?&gt;&lt;/code&gt; on the index.php file. And to add the &quot;click here to read more&quot; text, just below the excerpt code, you&#039;d need to add &lt;code&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;Continue reading &lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/code&gt;.

Hope that helps and gives you some ideas. :)

~ Teli</description>
		<content:encoded><![CDATA[<p>Hi Len,<br />
It depends on where you&#8217;re leading the reader to the full article from, the main blog page or their feed reader?</p>
<p>In your case, it sounds like you want to display excerpts on the actual blog itself.</p>
<p>To do so you can manually create a break where you want the &#8220;read more&#8221; text to appear. To manually create a break, add <code>&lt;!--more--&gt;</code> in the blog content where you want the break to occur.</p>
<p>If you actually want the text you enter into the excerpt box to display, then you&#8217;ll need to modify the template to use <code>&lt;?php the_excerpt(); ?&gt;</code> instead of <code>&lt;?php the_content(); ?&gt;</code> on the index.php file. And to add the &#8220;click here to read more&#8221; text, just below the excerpt code, you&#8217;d need to add <code>&lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;Continue reading &lt;?php the_title(); ?&gt;&lt;/a&gt;</code>.</p>
<p>Hope that helps and gives you some ideas. <img src='http://www.optiniche.com/blog/0/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lenmcgrane</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5665</link>
		<dc:creator>lenmcgrane</dc:creator>
		<pubDate>Fri, 21 Jul 2006 00:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5665</guid>
		<description>How do others lead the reader from an excerpt to the full article? 

I am putting [SUMMARY] at the beginning of my excerpts and at the end of each adding  [click now on the headline to read the FULL ARTICLE]

Is there some better way to do that? Can I force Word Press to automatically add a [... read more] at the end of each excerpt?

Thanks,
Len</description>
		<content:encoded><![CDATA[<p>How do others lead the reader from an excerpt to the full article? </p>
<p>I am putting [SUMMARY] at the beginning of my excerpts and at the end of each adding  [click now on the headline to read the FULL ARTICLE]</p>
<p>Is there some better way to do that? Can I force Word Press to automatically add a [... read more] at the end of each excerpt?</p>
<p>Thanks,<br />
Len</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teli Adlam</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5566</link>
		<dc:creator>Teli Adlam</dc:creator>
		<pubDate>Wed, 19 Jul 2006 16:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5566</guid>
		<description>In some cases, I believe excerpts are necessary especially for long entries. 

Excerpts tell a reader whether something is going to be a &#039;how-to&#039; an opinion piece, general news, commentary (or what have you) &lt;em&gt;quickly&lt;/em&gt; so they can choose to continue reading or move on.

Of course, the necessity of excerpts will vary depending on the individual. So, in that event, it&#039;s always best to go with your gut or ask your readers what they&#039;d prefer.

~ Teli</description>
		<content:encoded><![CDATA[<p>In some cases, I believe excerpts are necessary especially for long entries. </p>
<p>Excerpts tell a reader whether something is going to be a &#8216;how-to&#8217; an opinion piece, general news, commentary (or what have you) <em>quickly</em> so they can choose to continue reading or move on.</p>
<p>Of course, the necessity of excerpts will vary depending on the individual. So, in that event, it&#8217;s always best to go with your gut or ask your readers what they&#8217;d prefer.</p>
<p>~ Teli</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric D. Burdo</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5558</link>
		<dc:creator>Eric D. Burdo</dc:creator>
		<pubDate>Wed, 19 Jul 2006 11:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5558</guid>
		<description>Junger brings up a good point.  Are excerpts really necessary?</description>
		<content:encoded><![CDATA[<p>Junger brings up a good point.  Are excerpts really necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: junger</title>
		<link>http://www.optiniche.com/blog/2/writing-excerpts/#comment-5400</link>
		<dc:creator>junger</dc:creator>
		<pubDate>Wed, 12 Jul 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.optiniche.com/blog/?p=2#comment-5400</guid>
		<description>Nice tips. But I think this leads to a bigger point: you shouldn&#039;t need to write a custom excerpt. If your blog writing style is up to par, then your intro paragraph or the first two sentences or so should do the trick.

Blogging is all about getting to the point -- no long leads necessary.</description>
		<content:encoded><![CDATA[<p>Nice tips. But I think this leads to a bigger point: you shouldn&#8217;t need to write a custom excerpt. If your blog writing style is up to par, then your intro paragraph or the first two sentences or so should do the trick.</p>
<p>Blogging is all about getting to the point &#8212; no long leads necessary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

