<?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 hide featured image in Single Post pages?</title>
		<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages</link>
		<description>Support Forum - Topic: How to hide featured image in Single Post pages?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 23:19:06 +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-hide-featured-image-in-single-post-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-90919</link>
			<pubDate>Thu, 10 Jan 2013 10:14:45 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">90919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tcatsull,&#60;/p&#62;
&#60;p&#62;Glad that this thread helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tcatsull on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-90869</link>
			<pubDate>Wed, 09 Jan 2013 22:23:47 +0000</pubDate>
			<dc:creator>tcatsull</dc:creator>
			<guid isPermaLink="false">90869@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It took me an hour to track down this answer, find the code and get this done. So many themes have this built in to the features. Wish Newscast had this and lots of other features (like easy to change background images, etc).&#60;/p&#62;
&#60;p&#62;Thanks for the answer though!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11497</link>
			<pubDate>Tue, 18 Jan 2011 12:27:28 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">11497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you got this resolved on your own, let us know if you have any other questions. :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11448</link>
			<pubDate>Mon, 17 Jan 2011 19:51:39 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">11448@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm answering this question on my own. In newscast, to remove the preview image from a page, delete the following from page.php:&#60;/p&#62;
&#60;p&#62;	$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array('M'),&#60;br /&#62;
													'display_link' =&#38;gt; '_prev_image_link',&#60;br /&#62;
													'linkurl' =&#38;gt; array ('fullsize','_preview_big'),&#60;br /&#62;
													'wh' =&#38;gt; $k_option['custom']['imgSize']['M']&#60;br /&#62;
													));&#60;/p&#62;
&#60;p&#62;To delete the preview image from all posts, delete the following from single.php:&#60;/p&#62;
&#60;p&#62;	$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array('M'),&#60;br /&#62;
													'display_link' =&#38;gt; array('lightbox'), 				// '_prev_image_link' or array('lightbox')&#60;br /&#62;
													'linkurl' =&#38;gt; array ('fullscreen','_preview_big'),&#60;br /&#62;
													'wh' =&#38;gt; $k_option['custom']['imgSize']['M']&#60;br /&#62;
												));&#60;/p&#62;
&#60;p&#62;To do this from particular posts or pages is beyond my abilities, perhaps someone will answer that someday.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11444</link>
			<pubDate>Mon, 17 Jan 2011 19:41:19 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">11444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using newscast, btw; not sure the instructions above work for that. Would like to know how to remove the thumbnail image on certain posts or pages, or on all if that's not possible, in newscast. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kaylesimon on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11441</link>
			<pubDate>Mon, 17 Jan 2011 19:33:35 +0000</pubDate>
			<dc:creator>kaylesimon</dc:creator>
			<guid isPermaLink="false">11441@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you remove the featured image from pages, but not from posts? Or from some pages or posts via ID?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11127</link>
			<pubDate>Mon, 10 Jan 2011 14:02:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Quang Tam on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11126</link>
			<pubDate>Mon, 10 Jan 2011 14:00:03 +0000</pubDate>
			<dc:creator>Quang Tam</dc:creator>
			<guid isPermaLink="false">11126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That great! Thanks Dude!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11095</link>
			<pubDate>Sun, 09 Jan 2011 14:30:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11095@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
delete following code from single.php - this should remove the featured image:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$prev_image_link = get_post_meta($post-&#38;gt;ID, &#38;quot;_prev_image_link&#38;quot;, true);

 	if($prev_image_link == &#38;#39;none&#38;#39; &#124;&#124; $prev_image_link == &#38;#39;lightbox&#38;#39;)
 	{
 		$prev_image_link = array($prev_image_link);
 	}
 	else
 	{
 		$prev_image_link = &#38;#39;_external&#38;#39;;
 	}

 	if(!$gallerypage) $prev_image_link = array(&#38;#39;lightbox&#38;#39;);

 	//get preview image
 	$big_prev_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;L&#38;#39;),
													 &#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;],
													 &#38;#39;display_link&#38;#39; =&#38;gt; $prev_image_link,
													&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;XL&#38;#39;,&#38;#39;_preview_big&#38;#39;)
													));

	echo $big_prev_image;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Quang Tam on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-11072</link>
			<pubDate>Sat, 08 Jan 2011 11:57:46 +0000</pubDate>
			<dc:creator>Quang Tam</dc:creator>
			<guid isPermaLink="false">11072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi James!&#60;br /&#62;
yes, I do not want this image is shown in Single Post &#60;a href=&#34;http://img816.imageshack.us/img816/2949/71503150.png&#34; rel=&#34;nofollow&#34;&#62;http://img816.imageshack.us/img816/2949/71503150.png&#60;/a&#62;. I do not know how?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-10992</link>
			<pubDate>Thu, 06 Jan 2011 16:04:38 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">10992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'm not sure I understand your issue.&#60;/p&#62;
&#60;p&#62;Could you elaborate?&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Quang Tam on "How to hide featured image in Single Post pages?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-hide-featured-image-in-single-post-pages#post-10871</link>
			<pubDate>Mon, 03 Jan 2011 19:53:29 +0000</pubDate>
			<dc:creator>Quang Tam</dc:creator>
			<guid isPermaLink="false">10871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a question you expect prompt help! I want to show big preview pic for posts on the homepage (gallery) &#60;a href=&#34;http://img87.imageshack.us/img87/1763/90112477.png&#34; rel=&#34;nofollow&#34;&#62;http://img87.imageshack.us/img87/1763/90112477.png&#60;/a&#62; , but it will not show up in Single Post (featured image) &#60;a href=&#34;http://img513.imageshack.us/img513/162/75412324.png&#34; rel=&#34;nofollow&#34;&#62;http://img513.imageshack.us/img513/162/75412324.png&#60;/a&#62; . How can I do that? thanks ...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
