<?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: Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed</title>
		<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed</link>
		<description>Support Forum - Topic: Can&#039;t define &quot;Featured Image&quot;. So some othe plugins failed</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 00:13:53 +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/cant-define-featured-image-so-some-othe-plugins-failed" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-92426</link>
			<pubDate>Sat, 19 Jan 2013 18:22:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, actually following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;post-thumbnails&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;will add the &#34;featured image&#34; option field to the post editor screen. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>naranili on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-92415</link>
			<pubDate>Sat, 19 Jan 2013 16:08:20 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">92415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes. This code works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-92268</link>
			<pubDate>Fri, 18 Jan 2013 17:04:30 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">92268@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Has the code you pasted worked as you needed?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>naranili on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-92039</link>
			<pubDate>Thu, 17 Jan 2013 10:12:44 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">92039@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this must be :&#60;/p&#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;))
{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

//	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	function avia_remove_post_thumbnails($msg)
//	{
//		global $post_type;
//		$remove_when = apply_filters(&#38;#39;avia_remove_post_thumbnails&#38;#39;, array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;));
//
//		if(is_admin())
//		{
//			foreach($remove_when as $remove)
//			{
//				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
//			}
//		}
//
//		return $msg;
//	}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>naranili on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-92037</link>
			<pubDate>Thu, 17 Jan 2013 10:05:57 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">92037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Doesn't work with WP 3.5&#60;br /&#62;
I don'T have a link at the Media-Upload to define a featured media.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-90992</link>
			<pubDate>Thu, 10 Jan 2013 15:37:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi naranili,&#60;/p&#62;
&#60;p&#62;Go into the theme files and open functions-choices.php. Look for:&#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;))
{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
	function avia_remove_post_thumbnails($msg)
	{
		global $post_type;
		$remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;);

		if(is_admin())
		{
			foreach($remove_when as $remove)
			{
				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
			}
		}

		return $msg;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#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;))
//{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );
//
//	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	function avia_remove_post_thumbnails($msg)
//	{
//		global $post_type;
//		$remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;,&#38;#39;portfolio&#38;#39;);
//
//		if(is_admin())
//		{
//			foreach($remove_when as $remove)
//			{
//				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
//			}
//		}
//
//		return $msg;
//	}
//}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should be lines around lines 325-348.&#60;/p&#62;
&#60;p&#62;You can then set the featured image in the Add Image pop up that appears when adding media to the visual editor.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>naranili on "Can&#039;t define &#34;Featured Image&#34;. So some othe plugins failed"</title>
			<link>http://www.kriesi.at/support/topic/cant-define-featured-image-so-some-othe-plugins-failed#post-90859</link>
			<pubDate>Wed, 09 Jan 2013 19:58:49 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">90859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;With the latest release of the choices theme i can't define a &#34;featured image&#34;.&#60;br /&#62;
So some other plugins, that uses this, faild (e.g. RSS images, ...)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
