<?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>Themesphere Support Forum Topic: How to change the posts to use &#60;!--more--&#62; tag instead of excerpts</title>
<link>http://themesphere.com/forum/</link>
<description>Themesphere Support Forum Topic: How to change the posts to use &lt;!--more--&gt; tag instead of excerpts</description>
<language>en</language>
<pubDate>Wed, 08 Sep 2010 04:47:41 +0000</pubDate>

<item>
<title>Haris on "How to change the posts to use &#60;!--more--&#62; tag instead of excerpts"</title>
<link>http://themesphere.com/forum/topic/how-to-change-the-posts-to-use-lt-more-gt-tag-instead-of-excerpts#post-21</link>
<pubDate>Wed, 25 Feb 2009 07:18:51 +0000</pubDate>
<dc:creator>Haris</dc:creator>
<guid isPermaLink="false">21@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;The excerpts are hard coded in the theme for homepage (index.php), archives (archive.php) and search (search.php) pages for the posts. To change them to use &#38;lt;!--more--&#38;gt; tag so that you can have more control over the post content, please follow the steps below:&#60;/p&#62;
&#60;p&#62;Replace :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo str_replace(&#38;#39;[...]&#38;#39;, &#38;#39;&#38;#39;, get_the_excerpt()); ?&#38;gt;

&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot; title=&#38;quot;&#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;Keep Reading &#38;amp;rarr;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php the_content(&#38;#39;Keep Reading &#38;amp;rarr;&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
