<?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: Removing featured image from post</title>
		<link>http://www.kriesi.at/support/topic/removing-featured-image-from-post</link>
		<description>Support Forum - Topic: Removing featured image from post</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 23:47:05 +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/removing-featured-image-from-post" rel="self" type="application/rss+xml" />

		<item>
			<title>PurpleFrog on "Removing featured image from post"</title>
			<link>http://www.kriesi.at/support/topic/removing-featured-image-from-post#post-6088</link>
			<pubDate>Wed, 06 Oct 2010 09:06:38 +0000</pubDate>
			<dc:creator>PurpleFrog</dc:creator>
			<guid isPermaLink="false">6088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This was just what i was looking for as well although it is really cumbersome to have to change single.php each time you want to not show a pic. It would be nice if there was  setting in the accordion that told the post not to show the featured image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Removing featured image from post"</title>
			<link>http://www.kriesi.at/support/topic/removing-featured-image-from-post#post-773</link>
			<pubDate>Sun, 25 Jul 2010 10:45:40 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, is this for one post or for all?&#60;/p&#62;
&#60;p&#62;If this is for all posts then just remove this code from single.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),
										&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;), 				// &#38;#39;_prev_image_link&#38;#39; or array(&#38;#39;lightbox&#38;#39;)
										&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;fullscreen&#38;#39;,&#38;#39;_preview_big&#38;#39;),
										&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M&#38;#39;]
										));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If it's just for one, you'd need to use a &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34;&#62;conditional variable&#60;/a&#62; such as:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!is_single(&#38;#39;beef-stew&#38;#39;)){
	$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array(&#38;#39;M&#38;#39;),
										&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;lightbox&#38;#39;), 				// &#38;#39;_prev_image_link&#38;#39; or array(&#38;#39;lightbox&#38;#39;)
										&#38;#39;linkurl&#38;#39; =&#38;gt; array (&#38;#39;fullscreen&#38;#39;,&#38;#39;_preview_big&#38;#39;),
										&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M&#38;#39;]
										));

}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where the post slug is &#34;beef-stew&#34; (the url would be something like: &#60;a href=&#34;http://www.domain.com/food/beef-stew/)&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/food/beef-stew/)&#60;/a&#62; to remove from this single post.&#60;/p&#62;
&#60;p&#62;Let me know if you need further clarification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jlighthall on "Removing featured image from post"</title>
			<link>http://www.kriesi.at/support/topic/removing-featured-image-from-post#post-739</link>
			<pubDate>Sat, 24 Jul 2010 23:46:36 +0000</pubDate>
			<dc:creator>jlighthall</dc:creator>
			<guid isPermaLink="false">739@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want the featured image to appear in the slider on the home page but not in the post itself.  Where do I go to edit this.  Please show actual code.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
