<?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: Thumbnail on Category listing ONLY; Full size img on post. HOW?</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 19 Jun 2013 23:34:32 +0000</pubDate>

<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-11934</link>
<pubDate>Mon, 26 Apr 2010 23:13:34 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">11934@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@lqunta: since this code worked for me I'm not sure if I have the skills to figure out your specific issue, but you may want to check out these related threads that helped me:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/how-to-add-thumbnails-to-category-pages&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/how-to-add-thumbnails-to-category-pages&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/how-to-enclose-post-thumbnail-in-ltdivgt-to-modify-positioning&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/how-to-enclose-post-thumbnail-in-ltdivgt-to-modify-positioning&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/adding-post-thumbnails-to-monthly-archives&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/adding-post-thumbnails-to-monthly-archives&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lqunta on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-11711</link>
<pubDate>Fri, 23 Apr 2010 05:47:00 +0000</pubDate>
<dc:creator>lqunta</dc:creator>
<guid isPermaLink="false">11711@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Greetings Guys,&#60;/p&#62;
&#60;p&#62;Tried out the code above. The code completely replaces the post title with the post thumbnail. How can I display both the post title, then the post thumbnail, then the post excerpt?
&#60;/p&#62;</description>
</item>
<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10690</link>
<pubDate>Sat, 13 Mar 2010 00:36:18 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">10690@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@flick: thanks for the advice. unfortunately, couldn't get either approach to work for me. &#60;/p&#62;
&#60;p&#62;maybe my css skills don't go deep enough--but I couldn't get the entry title and text to wrap the thumbnail image for some reason. &#60;/p&#62;
&#60;p&#62;as for the php, that particular snippet does create a div for the img, but it wraps the post title in the div with it and removes its style. &#60;/p&#62;
&#60;p&#62;Any other suggestions? thanks again.
&#60;/p&#62;</description>
</item>
<item>
<title>flick on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10528</link>
<pubDate>Sun, 07 Mar 2010 03:01:12 +0000</pubDate>
<dc:creator>flick</dc:creator>
<guid isPermaLink="false">10528@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@rkread: If it's any help, I believe WordPress does add an automatic class(es) tag to the post thumbnail: &#60;code&#62;attachment-post-thumbnail&#60;/code&#62; and  &#60;code&#62;wp-post-image&#60;/code&#62; so you could get away with having no div tag.&#60;/p&#62;
&#60;p&#62;Otherwise, maybe could consider:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_category()) {
		$title = &#38;#39;&#38;lt;div class=&#38;quot;something&#38;quot;&#38;gt;&#38;#39; . get_the_post_thumbnail(NULL, &#38;#39;thumbnail&#38;#39;) . get_the_title() . &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
	return $title;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10527</link>
<pubDate>Sun, 07 Mar 2010 01:57:05 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">10527@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'd like to customize the placement of the post thumbnails on the category page. Assuming I&#34;ll need to put the thumbnails in a DIV to style with CSS, what is the code needed to do that and how do I integrate it with the code that I'm currently using (see above)? &#60;/p&#62;
&#60;p&#62;Again, patience for PHP newbies much appreciated. I'm fine with CSS, just getting familiar with PHP however. Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10350</link>
<pubDate>Mon, 01 Mar 2010 20:32:10 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">10350@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Gene,&#60;/p&#62;
&#60;p&#62;Thank you very much for responding. I appreciate the simple questions. I realized I was testing it with a post that uses a NextGen Gallery, which, unfortunately still doesn't work. When I just retested with another post and a regular, single image, it worked.&#60;/p&#62;
&#60;p&#62;There is no &#34;Use as thumbnail&#34; link in the &#34;Add an Image&#34; pane when trying to select an image from a NextGen gallery. I realize I should probably look elsewhere for the answer to this question but if you happen to know--I'll be watching this space. &#60;/p&#62;
&#60;p&#62;In terms of the thumbnail's placement in the post--should I use css for that?&#60;/p&#62;
&#60;p&#62;Thanks again for your help.&#60;/p&#62;
&#60;p&#62;Robin
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10301</link>
<pubDate>Sun, 28 Feb 2010 03:14:22 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">10301@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi rkread,&#60;/p&#62;
&#60;p&#62;This code is fine. I tested it and it works for me. Here's my usual list of annoyingly simple questions:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Have you made sure that your child theme is the active theme?&#60;/li&#62;
&#60;li&#62;Have you added a post thumbnail in the write panel?&#60;/li&#62;
&#60;li&#62;Have you edited the functions.php in the active theme?&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;-Gene
&#60;/p&#62;</description>
</item>
<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10285</link>
<pubDate>Sat, 27 Feb 2010 20:45:18 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">10285@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Still hoping someone can push me in the right direction at least...please? thanks so much...
&#60;/p&#62;</description>
</item>
<item>
<title>rkread on "Thumbnail on Category listing ONLY; Full size img on post. HOW?"</title>
<link>http://themeshaper.com/forums/topic/thumbnail-on-category-listing-only-full-size-img-on-post-how#post-10069</link>
<pubDate>Mon, 22 Feb 2010 23:00:20 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">10069@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm using a Thematic child theme. I'd like to show thumbnails with the excerpts on the Category pages, but NOT on the main post page. How do I do this?&#60;/p&#62;
&#60;p&#62;I've put the following code in my functions.php and unfortunately I can't get it to work.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support(&#38;#39;post-thumbnails&#38;#39;);

	set_post_thumbnail_size( 250, 250, true ); // 250 pixels wide by 250 pixels tall, hard crop mode

function my_post_title($title) {
	if (is_category()) {
		return get_the_post_thumbnail(NULL, &#38;#39;thumbnail&#38;#39;) . $title;
	} else {
		return $title;
	}
}
add_filter(&#38;#39;thematic_postheader_posttitle&#38;#39;, &#38;#39;my_post_title&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thank you!!&#60;/p&#62;
&#60;p&#62;Robin
&#60;/p&#62;</description>
</item>

</channel>
</rss>
