<?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 remove a Featured Image</title>
		<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image</link>
		<description>Support Forum - Topic: How to remove a Featured Image</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:44:41 +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-remove-a-featured-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-74514</link>
			<pubDate>Wed, 05 Sep 2012 16:08:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74514@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kbunt,&#60;/p&#62;
&#60;p&#62;Try switching to one of the default wordpress themes (twenty eleven for example) and then removing it. Then just switch back.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-74471</link>
			<pubDate>Wed, 05 Sep 2012 08:29:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kbunt,&#60;/p&#62;
&#60;p&#62;As of now, I don't have any ideas on how to fix that, let me tag the rest of the support to check on this issue.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbunt on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-74340</link>
			<pubDate>Tue, 04 Sep 2012 15:05:51 +0000</pubDate>
			<dc:creator>kbunt</dc:creator>
			<guid isPermaLink="false">74340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael,&#60;br /&#62;
Here is an additional reference: &#60;a href=&#34;http://codex.wordpress.org/Post_Thumbnails&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Post_Thumbnails&#60;/a&#62;&#60;br /&#62;
With the above code in place within the function.php file a featured image metabox is not displayed nor is there a checkbox in screen options. Here are the options I have: Layout, Format, Categories, Tags, &#60;strong&#62;*Slideshow Options&#60;/strong&#62;, &#60;strong&#62;*Featured Media - add any number of images and/or videos&#60;/strong&#62;, Excerpt, Send Trackbacks, Custom Fields, Discussion, Comments, Slug, Author, Revisions.&#60;/p&#62;
&#60;p&#62;* Choices theme specific&#60;/p&#62;
&#60;p&#62;I think somehow the Featured Media is overriding the theme support for Feature Image?&#60;br /&#62;
Thanks!&#60;br /&#62;
Kevin&#60;/p&#62;
&#60;p&#62;...from line 325 of functions-choices.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//remove post thumbnails from pages, posts and various custom post types
if(!function_exists(&#38;#39;avia_remove_post_thumbnails&#38;#39;))&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-73770</link>
			<pubDate>Fri, 31 Aug 2012 08:13:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kevin,&#60;/p&#62;
&#60;p&#62;When you edit the page/post you should see the screen options(on the upper right) and check the featured image. If it still isn't enabled, Try to add this code inside functions.php:&#60;br /&#62;
&#60;code&#62;add_theme_support( &#38;#39;post-thumbnails&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbunt on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-73590</link>
			<pubDate>Thu, 30 Aug 2012 05:40:14 +0000</pubDate>
			<dc:creator>kbunt</dc:creator>
			<guid isPermaLink="false">73590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;br /&#62;
Thanks for the quick reply. Deleting the image is not really an option because the image is the main image on the post. &#60;/p&#62;
&#60;p&#62;I just want a  specific image to show on Choices Latest News widget.&#60;/p&#62;
&#60;p&#62;As a bandaid fix, I put my cursor at the end of the post and clicked Add Media then uploaded an icon and clicked Use as featured image, then closed the Add Media lightbox. &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Is there any way to have the Featured Image screen option back?&#60;/strong&#62; Otherwise you can't see what data already exists and this could be confusing to some (clients and myself too!). This core Wordpress feature allows you to quickly remove or set the featured image.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Kevin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-73580</link>
			<pubDate>Thu, 30 Aug 2012 04:35:16 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">73580@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kbunt,&#60;/p&#62;
&#60;p&#62;Try to remove the specific image from Media &#38;gt; Library.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kbunt on "How to remove a Featured Image"</title>
			<link>http://www.kriesi.at/support/topic/how-to-remove-a-featured-image#post-73560</link>
			<pubDate>Thu, 30 Aug 2012 01:58:40 +0000</pubDate>
			<dc:creator>kbunt</dc:creator>
			<guid isPermaLink="false">73560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, this may seem like an odd thing to ask. I've added a feature image to a post by clicking the Use as featured image link within the Add Media lightbox. But now I need to remove it. The Featured Image screen option is not showing.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
