<?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>ThemeShaper Forums Topic: Custom Continue Reading Link</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 01:16:24 +0000</pubDate>

<item>
<title>kwight on "Custom Continue Reading Link"</title>
<link>http://themeshaper.com/forums/topic/custom-continue-reading-link#post-19862</link>
<pubDate>Mon, 21 Mar 2011 01:54:00 +0000</pubDate>
<dc:creator>kwight</dc:creator>
<guid isPermaLink="false">19862@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;br /&#62;
You can filter the &#34;Read More&#34; text in Thematic this way: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function kwight_change_more_text($content) {
	$content = __(&#38;#39;Keep on reading...&#38;#39;,&#38;#39;thematic&#38;#39;);
	return $content;
}
add_filter(&#38;#39;more_text&#38;#39;, &#38;#39;kwight_change_more_text&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can add conditionals such as is_home() and is_category('my_category') to the above function to change it on a page-to-page basis:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Conditional_Tags&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>dramabitch on "Custom Continue Reading Link"</title>
<link>http://themeshaper.com/forums/topic/custom-continue-reading-link#post-19840</link>
<pubDate>Fri, 18 Mar 2011 19:20:54 +0000</pubDate>
<dc:creator>dramabitch</dc:creator>
<guid isPermaLink="false">19840@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Newbie here. Could anyone share how to add a custom continue reading link on the homepage. Continue Reading in 'Category' and just a Continue Reading link on interior category pages?&#60;/p&#62;
&#60;p&#62;Much Appreciation for any guidance!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
