<?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: Adding thumbnail images to post excerpts in thematic child theme</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Fri, 24 May 2013 05:01:05 +0000</pubDate>

<item>
<title>theBlogButler on "Adding thumbnail images to post excerpts in thematic child theme"</title>
<link>http://themeshaper.com/forums/topic/adding-thumbnail-images-to-post-excerpts-in-thematic-child-theme#post-13001</link>
<pubDate>Fri, 11 Jun 2010 13:42:13 +0000</pubDate>
<dc:creator>theBlogButler</dc:creator>
<guid isPermaLink="false">13001@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Winnard,&#60;/p&#62;
&#60;p&#62;Try this &#60;a href=&#34;http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/&#34; rel=&#34;nofollow&#34;&#62;http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I used it on a commercial theme and it worked fine for me.  I haven't used it with Thematic but I think you could drop the functionality into your theme using one of the Thematic hooks.
&#60;/p&#62;</description>
</item>
<item>
<title>winnard on "Adding thumbnail images to post excerpts in thematic child theme"</title>
<link>http://themeshaper.com/forums/topic/adding-thumbnail-images-to-post-excerpts-in-thematic-child-theme#post-12997</link>
<pubDate>Fri, 11 Jun 2010 11:12:38 +0000</pubDate>
<dc:creator>winnard</dc:creator>
<guid isPermaLink="false">12997@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I am totally new to Wordpress and thematic, but I am using the thematic framework on my blog. I have this code in my functions.php page in the child theme for my excerpts and managed to get thematic to only show post excerpts on the home page with this continue reading link. But I don't have to add an excerpt in the write post of the admin panel, it automatically creates the excerpt based on the content then adds the continue reading link.&#60;/p&#62;
&#60;p&#62;Here is that code&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
function excerpt_ellipse($text) {&#60;br /&#62;
  return str_replace('[...]', &#60;a href=&#34;'.get_permalink().'&#34;&#62;Continue Reading ...&#60;/a&#62;, $text);&#60;br /&#62;
}&#60;br /&#62;
add_filter('get_the_excerpt', 'excerpt_ellipse');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What I want to do now is have am image thumbnail appear in this excerpt. Does anybody know what I need to do. I have installed thumbnail-for-excerpts plugin but cannot get it to work whilst I have this function above running.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
