<?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 Tag: read more</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 08:50:25 +0000</pubDate>

<item>
<title>simonafilote on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25348</link>
<pubDate>Sun, 12 Feb 2012 15:38:06 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">25348@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;yes! I made it :) thanks again for all the help Helga.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25346</link>
<pubDate>Sun, 12 Feb 2012 15:11:36 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25346@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i presume you mean you don't want it to be a paragraph.  remove the paragraph tags that surround the link.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25343</link>
<pubDate>Sun, 12 Feb 2012 14:51:59 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">25343@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks so much for this Helga, now I see how this works...&#60;/p&#62;
&#60;p&#62;One final question, what bit of code should I remove from here to avoid the more link+image to go one line lower?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25336</link>
<pubDate>Sun, 12 Feb 2012 13:11:51 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25336@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;your code is wrong and will cause your links to look like:&#60;br /&#62;
ID)&#34;&#38;gt;a.more-link&#60;br /&#62;
if it doesn't cause a parse error&#60;/p&#62;
&#60;p&#62;a.more-link means the A element has a class=&#34;more-link&#34;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	return $post_excerpt . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a class=&#38;quot;more-link&#38;quot; href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue Reading &#38;#38;raquo&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;btw- code goes between backticks ` and not apostrophes '.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25335</link>
<pubDate>Sun, 12 Feb 2012 10:06:15 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">25335@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for your response, Helga.&#60;/p&#62;
&#60;p&#62;Indeed, I was referring to the post directly above mine. And I think I understand what yoú're saying, but I don't know exactly how to do that. I've only used the a.more-link code from someone else and don't really know how to work with classes.  &#60;/p&#62;
&#60;p&#62;Should I modify your code like this? Hm, it doesn't look right :) Can you please help me out a bit?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	return $post_excerpt . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;a.more-link&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>helgatheviking on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25331</link>
<pubDate>Sat, 11 Feb 2012 22:33:53 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">25331@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;if you are referring to the post directly above yours... then the a link has no .more-link class, so your style would never get applied.  just add your class to the link.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-25327</link>
<pubDate>Sat, 11 Feb 2012 17:26:46 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">25327@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Helga&#60;/p&#62;
&#60;p&#62;I've used the latest code you shared above to add the read more tag on category archive pages (on my blog menu items take you to category pages) and it worked fine. However, I would like to display the more link in the same style I did on the blog homepage (crumbs-of-life.net), where I used an image, but can't figure out how to do that.&#60;br /&#62;
I used CSS to style the read more tag on the homepage:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post a.more-link {
    background: url(&#38;quot;images/read-more.png&#38;quot;) no-repeat scroll 3px 10px transparent !important;
    color: #E9E9E9 !important;
    display: block;
    float: right;
    font-size: 0;
    font-weight: 700;
    margin-right: 5px;
    margin-top: 25px;
    overflow: hidden;
    padding: 25px 59px;
    text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I would very much appreciate your advice on this.
&#60;/p&#62;</description>
</item>
<item>
<title>noumaan on "'Read more' link in excerpt redux"</title>
<link>http://themeshaper.com/forums/topic/read-more-link-in-excerpt-redux#post-22481</link>
<pubDate>Sun, 31 Jul 2011 00:30:42 +0000</pubDate>
<dc:creator>noumaan</dc:creator>
<guid isPermaLink="false">22481@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@scottNix Thank you it worked
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "'Read more' link in excerpt redux"</title>
<link>http://themeshaper.com/forums/topic/read-more-link-in-excerpt-redux#post-22476</link>
<pubDate>Sat, 30 Jul 2011 00:57:49 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">22476@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Looks like his code got mangled and the link turned active.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;#39;.get_permalink().&#38;#39;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;Read more &#38;amp;raquo;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Will link to the post, although feel free to modify the class and Read More text
&#60;/p&#62;</description>
</item>
<item>
<title>noumaan on "'Read more' link in excerpt redux"</title>
<link>http://themeshaper.com/forums/topic/read-more-link-in-excerpt-redux#post-22475</link>
<pubDate>Fri, 29 Jul 2011 21:38:09 +0000</pubDate>
<dc:creator>noumaan</dc:creator>
<guid isPermaLink="false">22475@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I am a total newbie to child theme development. &#60;/p&#62;
&#60;p&#62;I have a question, using @whatsthebigidea's code I am able to get the excerpts with Read more at the end. Now how do I make this Read more a link to the post?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-22036</link>
<pubDate>Sat, 25 Jun 2011 20:38:19 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22036@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;umm did you even try?  b/c well... not wrapping the excerpt in paragraph tags is as simple as NOT wrapping the excerpt in paragraph tags.  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	return $post_excerpt . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue Reading &#38;#38;raquo&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>slobjones on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-22034</link>
<pubDate>Sat, 25 Jun 2011 20:24:40 +0000</pubDate>
<dc:creator>slobjones</dc:creator>
<guid isPermaLink="false">22034@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga, would you edit your script so it does NOT wrap the excerpt in paragraph tags? The paragraph tags are unnecessary for my purposes and causing validation errors as well.&#60;/p&#62;
&#60;p&#62;I'd like to use the excerpt read more portion of the script, but I'm not so great at editing functions.php code.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Replace "Continue Reading" link with page title for SEO"</title>
<link>http://themeshaper.com/forums/topic/replace-continue-reading-link-with-page-title-for-seo#post-19295</link>
<pubDate>Sun, 20 Feb 2011 18:18:54 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">19295@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Finally Implemented this but it doesn't work - is there something I missed?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//that wraps the thumbnails w/ the permalink... and to use it you just need to put the_post_thumbnail( &#38;#39;thumbnail&#38;#39; ) into the excerpt
// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	if ( has_post_thumbnail() ) {
		$child_excerpt =  the_post_thumbnail( &#38;#39;thumbnail&#38;#39; ) . &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $post_excerpt . &#38;#39; &#38;lt;span class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue reading&#38;#39; . the_title() . &#38;#39;&#38;amp;raquo;&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
	}
	else {
		$child_excerpt = &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $post_excerpt . &#38;#39; &#38;lt;span class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue reading&#38;#39; . the_title() . &#38;#39;&#38;amp;raquo;&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
	}
	return $child_excerpt;
 }
add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>elderberry on "Replace "Continue Reading" link with page title for SEO"</title>
<link>http://themeshaper.com/forums/topic/replace-continue-reading-link-with-page-title-for-seo#post-19083</link>
<pubDate>Thu, 10 Feb 2011 23:05:09 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">19083@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Great - that's perfect.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Replace "Continue Reading" link with page title for SEO"</title>
<link>http://themeshaper.com/forums/topic/replace-continue-reading-link-with-page-title-for-seo#post-19076</link>
<pubDate>Thu, 10 Feb 2011 09:07:46 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">19076@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;yeah, instead of 'Continue Reading &#38;#38;raquo' which is missing a ; (so it should be 'Continue Reading &#38;raquo;' replace that with the WordPress function the_title() which gets the post title when you are in a loop.  &#60;/p&#62;
&#60;p&#62;so&#60;/p&#62;
&#60;p&#62;'Continue Reading ' . the_title() . '&#38;raquo;'
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Replace "Continue Reading" link with page title for SEO"</title>
<link>http://themeshaper.com/forums/topic/replace-continue-reading-link-with-page-title-for-seo#post-19059</link>
<pubDate>Wed, 09 Feb 2011 21:42:39 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">19059@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I've been using this function from Helgatheviking (thanks!), but I would like to see the link text read the destination page (or post) title instead of &#34;Continue Reading. I am a php cut 'n paster :-( Tips?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	if ( has_post_thumbnail() ) {
		$child_excerpt =  the_post_thumbnail( &#38;#39;thumbnail&#38;#39; ) . &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $post_excerpt . &#38;#39;&#38;lt;/p&#38;gt;&#38;#39; . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue Reading &#38;#38;raquo&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
	}
	else {
		$child_excerpt = &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $post_excerpt . &#38;#39;&#38;lt;/p&#38;gt;&#38;#39; . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue Reading &#38;#38;raquo&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
	}
	return $child_excerpt;
 }

add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Caramboo on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-14779</link>
<pubDate>Tue, 17 Aug 2010 10:57:51 +0000</pubDate>
<dc:creator>Caramboo</dc:creator>
<guid isPermaLink="false">14779@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I just wanted to customise excepts and found my old (and now corrected).&#60;/p&#62;
&#60;p&#62;I used your method @helgatheviking but you missed off the semi-colon here:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;Continue Reading &#38;amp;raquo;&#38;#39;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just in case anyone stumbles in here.
&#60;/p&#62;</description>
</item>
<item>
<title>ollie on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14107</link>
<pubDate>Sat, 24 Jul 2010 12:51:47 +0000</pubDate>
<dc:creator>ollie</dc:creator>
<guid isPermaLink="false">14107@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks guys, I've updated my functions.php and reverted content_extensions.php as suggested and all is well!  :o)&#60;/p&#62;
&#60;p&#62;Thanks again&#60;/p&#62;
&#60;p&#62;Ollie
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14106</link>
<pubDate>Sat, 24 Jul 2010 12:04:36 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">14106@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;be careful, the silverback might be right behind you ;)&#60;/p&#62;
&#60;p&#62;You don't need to include all these conditional tags, if you want to switch everything to full content:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_content($content) {
    return &#38;#39;full&#38;#39;;
}

add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;childtheme_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14100</link>
<pubDate>Fri, 23 Jul 2010 23:55:42 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14100@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well...the code-monkey's on here are going to yell at us for doing it that way...&#60;/p&#62;
&#60;p&#62;The problem you face is if/when you upgrade thematic, it's going to break your customization.&#60;/p&#62;
&#60;p&#62;The good news is, if this is all you wanted...i didn't realize...&#60;/p&#62;
&#60;p&#62;I just posted a filter you can cut-n-paste into you childtheme's functions.php to make this happen.  Here, revert your changes inside content_extensions.php and use this instead, does the same thing, just future-proofs your theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_content($content) {
if (is_home() &#124;&#124; is_front_page()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_single()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_tag()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_search()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_category()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_author()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_archive()) {
		$content = &#38;#39;full&#38;#39;;
	}
return $content;
}

add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;childtheme_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>tarpontech on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14099</link>
<pubDate>Fri, 23 Jul 2010 23:55:09 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14099@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well...the code-monkey's on here are going to yell at us for doing it that way...&#60;/p&#62;
&#60;p&#62;The problem you face is if/when you upgrade thematic, it's going to break your customization.&#60;/p&#62;
&#60;p&#62;The good news is, if this is all you wanted...i didn't realize...&#60;/p&#62;
&#60;p&#62;I just posted a filter you can cut-n-paste into you childtheme's functions.php to make this happen.  Here, revert your changes inside content_extensions.php and use this instead, does the same thing, just future-proofs your theme:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function childtheme_content($content) {
if (is_home() &#124;&#124; is_front_page()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_single()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_tag()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_search()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_category()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_author()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_archive()) {
		$content = &#38;#39;full&#38;#39;;
	}
return $content;
}

add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;childtheme_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ollie on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14088</link>
<pubDate>Fri, 23 Jul 2010 19:36:06 +0000</pubDate>
<dc:creator>ollie</dc:creator>
<guid isPermaLink="false">14088@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Cracked it!!!  :oD  Thanks so much for your help on this Tarpontech, the pointer towards content_extensions.php was just what I needed!&#60;/p&#62;
&#60;p&#62;Here's what I did:&#60;/p&#62;
&#60;p&#62;1. Read through 'content_extensions.php' until I found the '//creates the content' section on line 476.  This section specifies how posts should be displayed depending on the page being shown, it can be either 'full' or 'excerpt'.  I changed all the page types to 'full' as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//creates the content
function thematic_content() {

	if (is_home() &#124;&#124; is_front_page()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_single()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_tag()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_search()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_category()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_author()) {
		$content = &#38;#39;full&#38;#39;;
	} elseif (is_archive()) {
		$content = &#38;#39;full&#38;#39;;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I know I could leave some of them as excerpt but I went for the blanket approach to test the theory.&#60;/p&#62;
&#60;p&#62;Now all of my category and archive pages show the post and a 'Read More &#38;gt;' link.&#60;/p&#62;
&#60;p&#62;I also have a 'Page of Posts' page which is based on a custom template that I found.  The more tag doesn't work on it by default but can be enabled by adding the following code in before &#60;code&#62;&#38;lt;?php the_content() ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php $more = false; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks again Tarpontech, couldn't have done it without your help!&#60;/p&#62;
&#60;p&#62;Ollie
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14084</link>
<pubDate>Fri, 23 Jul 2010 07:41:38 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14084@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well, don't know as much about it as I think I do, but shooting from the hip, i'm guessing this is going to take adding the &#34;read more&#34; to the end of the excerpt for these pages via a filter either on the loop itself or just on the excerpt.  This is going to take digging into the /thematic/library/extensions/content_extensions.php to see how the read more is added on to the full text so that we can recreate it on the thematic excerpt.  Until a ninja shows up to just whip out some code on ya...its going to be a little project.  Good news is, between that forum link above, and a few forum searches on &#34;excerpt&#34; should turn up the likely suspects you need to fight with.
&#60;/p&#62;</description>
</item>
<item>
<title>ollie on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14082</link>
<pubDate>Fri, 23 Jul 2010 07:02:05 +0000</pubDate>
<dc:creator>ollie</dc:creator>
<guid isPermaLink="false">14082@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Tarpontech, I'm halfway there now!  I've got a 'PageOfPosts' template set up and it has worked on this page and changed the [...] to 'Read More &#38;gt;' but the archive and category pages are still not showing it.&#60;/p&#62;
&#60;p&#62;As they stand presently, the category page only shows an excerpt without the elipsis, is there a way to enable this?
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14080</link>
<pubDate>Thu, 22 Jul 2010 20:29:46 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14080@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;just realized I gave you the wrong function...that was used for a very specific issue...doh!&#60;/p&#62;
&#60;p&#62;Here, this post appears to be the holy grail of what you're looking to do...found it very helpful myself..&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/noob-customize-read-more-quicktaghow#post-8140&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/noob-customize-read-more-quicktaghow#post-8140&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ollie on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14077</link>
<pubDate>Thu, 22 Jul 2010 19:47:16 +0000</pubDate>
<dc:creator>ollie</dc:creator>
<guid isPermaLink="false">14077@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Tarpontech,&#60;/p&#62;
&#60;p&#62;Many thanks for your reply.  I've added the code into my functions.php but still no joy unfortunately.&#60;/p&#62;
&#60;p&#62;My site address is &#60;a href=&#34;http://www.olliemor.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.olliemor.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any chance you could take a look and see if there's something obvious that I'm missing please?&#60;/p&#62;
&#60;p&#62;Thanks again, Ollie
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14069</link>
<pubDate>Thu, 22 Jul 2010 18:11:47 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14069@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think this is what you're looking for.&#60;/p&#62;
&#60;p&#62;Sticking this in your functions.php will change the more link everywhere.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//Make new excerpt Link
function change_excerpt($content) {
	$content = str_replace(&#38;#39;[...]&#38;#39;,&#38;#39;...&#38;#39;,$content); // remove [...], replace with ...
	$content = strip_tags($content); // remove HTML
	return $content;
}
add_filter(&#38;#39;the_excerpt&#38;#39;,&#38;#39;change_excerpt&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ollie on "More Tag Not Showing on Category or Archive Pages"</title>
<link>http://themeshaper.com/forums/topic/more-tag-not-showing-on-category-or-archive-pages#post-14059</link>
<pubDate>Thu, 22 Jul 2010 07:27:41 +0000</pubDate>
<dc:creator>ollie</dc:creator>
<guid isPermaLink="false">14059@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi, I'm setting up my blog using the latest version of Thematic and the 'More' tag works fine on the front page but is replaced with an elipsis in square brackets [...] on the categor and archive pages.  The issue is the same whether I use the default theme or my own child theme.&#60;/p&#62;
&#60;p&#62;I've tried using the global more tag code (&#38;lt;?php global $more;?&#38;gt;) and this allows me to toggle between showing or hiding the elipsis but I can't get the &#34;Read More...&#34; link to show.&#60;/p&#62;
&#60;p&#62;This has been frustrating me for a while now so any help would be hugely appreciated.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;/p&#62;
&#60;p&#62;Ollie
&#60;/p&#62;</description>
</item>
<item>
<title>Andrew on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-13713</link>
<pubDate>Tue, 06 Jul 2010 20:31:38 +0000</pubDate>
<dc:creator>Andrew</dc:creator>
<guid isPermaLink="false">13713@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Everyone!  Helga, I've used your nice trim code and it works like a charm.&#60;br /&#62;
Much appreciated yet again!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Enclosing Excerpt in Paragraph tag &#038; adding a custom Read more Link"</title>
<link>http://themeshaper.com/forums/topic/enclosing-excerpt-in-paragraph-tag-038-adding-a-custom-read-more-link#post-13437</link>
<pubDate>Sun, 27 Jun 2010 13:13:18 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">13437@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i know this is an old post, but it comes up when searching for stuff on excerpts so i thought i'd through this in for anyone else looking.  somewhere i found a post by chris and it solved my issue of not getting a 'read more' type of link on every excerpt (manual and auto).  i changed the Read more text to continue reading and wrapped the excerpt in a paragraph.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// excerpt read more links and wrap excerpt in p tag
function all_excerpts_get_more_link($post_excerpt) {
	return &#38;#39;&#38;lt;p&#38;gt;&#38;#39; . $post_excerpt . &#38;#39;&#38;lt;/p&#38;gt;&#38;#39; . &#38;#39;&#38;lt;p class=&#38;quot;readmore&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;. get_permalink($post-&#38;gt;ID) . &#38;#39;&#38;quot;&#38;gt;&#38;#39; . &#38;#39;Continue Reading &#38;#38;raquo&#38;#39; . &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#38;#39;;
}
add_filter(&#38;#39;wp_trim_excerpt&#38;#39;, &#38;#39;all_excerpts_get_more_link&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
