<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: How to insert thumbnail image?</title>
		<link>http://www.kriesi.at/support/topic/how-to-insert-thumbnail-image</link>
		<description>Support Forum - Topic: How to insert thumbnail image?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 10:10:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-to-insert-thumbnail-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to insert thumbnail image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-insert-thumbnail-image#post-23866</link>
			<pubDate>Sun, 31 Jul 2011 11:34:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can hardcode/use post meta values instead of the featured image but the image wouldn't be part of the post preview itself then (part of the text content). If you refer to a different featured image for previews you can implement this feature by editing index.php (and archive.php).&#60;/p&#62;
&#60;p&#62;Replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$medium_prev_image = display_featured_media($counter);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(get_post_meta($post-&#38;gt;ID, &#38;#39;preview_image&#38;#39;, true)){
   $medium_prev_image = get_post_meta($post-&#38;gt;ID, &#38;#39;preview_image&#38;#39;, true);
}else{
   $medium_prev_image = display_featured_media($counter);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and for portfolio posts don't forget to follow the instructions posted here: &#60;a href=&#34;http://www.kriesi.at/support/topic/post-problem&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/post-problem&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to insert thumbnail image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-insert-thumbnail-image#post-23861</link>
			<pubDate>Sun, 31 Jul 2011 11:05:51 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">23861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to do this (&#60;a href=&#34;http://www.nethall.gr).&#34; rel=&#34;nofollow&#34;&#62;http://www.nethall.gr).&#60;/a&#62;. The homepage has a preview of the post and then when you get into the post there is the full text and the original size of the image... I know that it is easy but i can't find the way to do this.. I know that the thumbnail can be inserted with custom fields but i try it so many times and i don't have what i want...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to insert thumbnail image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-insert-thumbnail-image#post-23854</link>
			<pubDate>Sun, 31 Jul 2011 07:29:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23854@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
to be honest I don't know an user friendly solution for this problem too. I can imagine that it's possible with some php coding and &#60;a href=&#34;http://wordpress.org/extend/plugins/shortcode-exec-php/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/shortcode-exec-php/&#60;/a&#62; or &#60;a href=&#34;http://wordpress.org/extend/plugins/exec-php/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/exec-php/&#60;/a&#62; to display different thumbnails by using conditional tags but inside of (custom) queries they don't work well and can output false positives. Overall I don't know an reliable and easy way to implement this feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to insert thumbnail image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-insert-thumbnail-image#post-23821</link>
			<pubDate>Sat, 30 Jul 2011 10:50:23 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">23821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I would like to insert a thumbnail image in the post preview but when you get inside the post the image size should be bigger than the thumbnail preview.&#60;/p&#62;
&#60;p&#62;How can i do that?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
