<?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: post_thumbnail</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 12:29:27 +0000</pubDate>

<item>
<title>Trollsyn on "Problem with post thumbnail after update"</title>
<link>http://themeshaper.com/forums/topic/problem-with-post-thumbnail-after-update#post-16249</link>
<pubDate>Wed, 13 Oct 2010 13:37:18 +0000</pubDate>
<dc:creator>Trollsyn</dc:creator>
<guid isPermaLink="false">16249@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;That's what I figured myself, I had overlooked a Thematic update or two prior to the 0.9.7.6 so I thought the last update was causing my headache :)&#60;/p&#62;
&#60;p&#62;I worked it out (I had a faulty combination of functions, to put it short), thanks for your help nonetheless!&#60;/p&#62;
&#60;p&#62;-Ørjan
&#60;/p&#62;</description>
</item>
<item>
<title>janimal on "Problem with post thumbnail after update"</title>
<link>http://themeshaper.com/forums/topic/problem-with-post-thumbnail-after-update#post-16242</link>
<pubDate>Wed, 13 Oct 2010 07:54:53 +0000</pubDate>
<dc:creator>janimal</dc:creator>
<guid isPermaLink="false">16242@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm not sure what your issue is exactly but thematic_content() is now quite different from 0.9.6.2 so that's a good place to start I guess.&#60;/p&#62;
&#60;p&#62;The first thing I would do is comment out&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;thematic_content&#38;#39;, &#38;#39;add_news_thumbnail&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and see how thematic now displays your posts. If you then need to change the new default functionality override thematic_content()&#60;/p&#62;
&#60;p&#62;My issue is I have always implemented post thumbnail support in my own functions.php so now I have two for any post :)
&#60;/p&#62;</description>
</item>
<item>
<title>Trollsyn on "Problem with post thumbnail after update"</title>
<link>http://themeshaper.com/forums/topic/problem-with-post-thumbnail-after-update#post-16179</link>
<pubDate>Mon, 11 Oct 2010 10:14:00 +0000</pubDate>
<dc:creator>Trollsyn</dc:creator>
<guid isPermaLink="false">16179@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi everyone!&#60;/p&#62;
&#60;p&#62;I just updated my site in development with the latest Thematic release, and I have a minor glitch that I can't seem to figure out.&#60;/p&#62;
&#60;p&#62;The post thumbnails are suddenly not showing, while everything was nice and dandy prior to the update. I've checked the source code and they're not there, so it's not a sudden CSS problem either. This is the code from my functions.php:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
function add_news_thumbnail() {&#60;br /&#62;
	if (has_post_thumbnail()) { ?&#38;gt;&#60;br /&#62;
		&#38;lt;div class=&#34;post_news_thumbnail&#34;&#38;gt;&#38;lt;?php the_post_thumbnail( array(100,100), array('class' =&#38;gt; 'thumbnail_image', 'alt' =&#38;gt; get_the_title(), 'title' =&#38;gt; get_the_title())); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;?php }&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_content', 'add_news_thumbnail');&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;PS. I also have added support for the thumbnails with this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
if ( function_exists( 'add_theme_support' ) ) {&#60;br /&#62;
	add_theme_support( 'post-thumbnails' );&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I'm trying to see if I did something stupid like changing the Thematic core files, but I'm 99% sure I only used my child-theme's functions.php for all my mods.&#60;/p&#62;
&#60;p&#62;All hints &#38;#38; clues will be highly appreciated, thanks in advance :-)&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ørjan
&#60;/p&#62;</description>
</item>

</channel>
</rss>
