<?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: Featured Image Not Displaying on Blog Page</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 14:56:53 +0000</pubDate>

<item>
<title>ScottNix on "Featured Image Not Displaying on Blog Page"</title>
<link>http://themeshaper.com/forums/topic/featured-image-not-displaying-on-blog-page#post-23458</link>
<pubDate>Thu, 13 Oct 2011 17:20:57 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">23458@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Glad to hear it worked.&#60;/p&#62;
&#60;p&#62;If you are using version 9.7.7 that also explains why the &#60;a href=&#34;http://scottnix.com/2011/scroll-to-top-for-thematic/&#34;&#62;Scroll To Top for Thematic&#60;/a&#62; wouldn't work, I would highly recommend always using the &#60;a href=&#34;http://developing.thematic4you.com/thematic-development-release/&#34;&#62;latest development release of Thematic&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;There is an &#60;a href=&#34;http://themeshaper.com/forums/topic/is-there-a-way-to-request-a-bug-fix&#34;&#62;issue with the overrides in the footer&#60;/a&#62; of the 9.7.7 version of Thematic, not to mention a bunch of other fixes that will eventually also give you some trouble.
&#60;/p&#62;</description>
</item>
<item>
<title>ravenousravendesign on "Featured Image Not Displaying on Blog Page"</title>
<link>http://themeshaper.com/forums/topic/featured-image-not-displaying-on-blog-page#post-23457</link>
<pubDate>Thu, 13 Oct 2011 15:58:01 +0000</pubDate>
<dc:creator>ravenousravendesign</dc:creator>
<guid isPermaLink="false">23457@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;whoa, it worked! cool man. I don't understand why it works either. childtheme_content is just throwing 'excerpt' into thematic_content? &#60;/p&#62;
&#60;p&#62;Thanks man, you saved my life. I tried everything my small brain could manage. hehe ^_^&#60;/p&#62;
&#60;p&#62;I'm using version 0.9.7.7.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Featured Image Not Displaying on Blog Page"</title>
<link>http://themeshaper.com/forums/topic/featured-image-not-displaying-on-blog-page#post-23433</link>
<pubDate>Wed, 12 Oct 2011 01:16:54 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">23433@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you are using the latest 9.7.8 (rev 756) version of Thematic, try.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Change default content display on home page to excerpt
function childtheme_content($content) {
if (is_home() &#124;&#124; is_front_page()) {
$content= &#38;#39;excerpt&#38;#39;;}
return $content;
}
add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;childtheme_content&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can't recall the issue with this, but at one time it drove me crazy before. I just remember having no clue why it worked.
&#60;/p&#62;</description>
</item>
<item>
<title>ravenousravendesign on "Featured Image Not Displaying on Blog Page"</title>
<link>http://themeshaper.com/forums/topic/featured-image-not-displaying-on-blog-page#post-23431</link>
<pubDate>Tue, 11 Oct 2011 23:08:21 +0000</pubDate>
<dc:creator>ravenousravendesign</dc:creator>
<guid isPermaLink="false">23431@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;As you can see, my featured images are not displaying on my blog list&#60;br /&#62;
&#60;a href=&#34;http://www.ravenousravendesign.com/ravenous-raven-design-blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.ravenousravendesign.com/ravenous-raven-design-blog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yet, it shows just fine in each category&#60;br /&#62;
&#60;a href=&#34;http://www.ravenousravendesign.com/category/wordpress/thematic/&#34; rel=&#34;nofollow&#34;&#62;http://www.ravenousravendesign.com/category/wordpress/thematic/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I get the featured image to show on my blog page? I have the &#34;blog&#34; template selected for that page. Not really sure what I am doing wrong.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
