<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: "Read more" for the_excerpt()</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: "Read more" for the_excerpt()</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 13:23:25 +0000</pubDate>

<item>
<title>Desertfrog on ""Read more" for the_excerpt()"</title>
<link>http://wordpress.org/support/topic/258090#post-1078855</link>
<pubDate>Wed, 20 May 2009 14:58:05 +0000</pubDate>
<dc:creator>Desertfrog</dc:creator>
<guid isPermaLink="false">1078855@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You could try using &#34;the_excerpt_reloaded&#34;. It's a plugin that allows parameters.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://guff.szub.net/2005/02/26/the_excerpt-reloaded/&#34;&#62;guff.szub.net/2005/02/26/the_excerpt-reloaded&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>protist on ""Read more" for the_excerpt()"</title>
<link>http://wordpress.org/support/topic/258090#post-1032754</link>
<pubDate>Tue, 31 Mar 2009 22:40:46 +0000</pubDate>
<dc:creator>protist</dc:creator>
<guid isPermaLink="false">1032754@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I'm trying to port an existing blog from Textpattern to Wordpress.  In Textpattern, I was able to say, if there's an excerpt use the excerpt and show a &#34;read more&#34; link at the end.  Otherwise, show the content field.  In Wordpress, I get most of the way there with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if($post-&#38;gt;post_excerpt){
  the_excerpt();
} else {
  the_content(&#38;#39;read more&#38;#39;);
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This allows me to choose between using the excerpt and the 'more' tag in the content field.  The problem is that I can't figure out how to add a &#34;read more&#34; link to the excerpt since it doesn't allow parameters.  FYI: I can read and understand PHP, but can't write much myself, yet.  Does anyone have any ideas?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
