<?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 can I disable the featured image from being displayed within the actual post</title>
		<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post</link>
		<description>Support Forum - Topic: How can I disable the featured image from being displayed within the actual post</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 23:44:30 +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-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-95920</link>
			<pubDate>Sat, 09 Feb 2013 00:19:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95920@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Closed. Post continues here &#60;a href=&#34;http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/dynamic-blog-template-with-neat-meta-data&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-95794</link>
			<pubDate>Fri, 08 Feb 2013 07:22:33 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">95794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'll start a new thread in Corona as I've looked through the old posts about this issue and can't find the resolution.&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-95768</link>
			<pubDate>Fri, 08 Feb 2013 01:27:24 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">95768@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, &#60;/p&#62;
&#60;p&#62;Sorry I'm in the wrong forum!&#60;/p&#62;
&#60;p&#62;Thanks for the code - it has removed the featured image from all posts, even the extract and has also expanded all posts.&#60;/p&#62;
&#60;p&#62;I'm trying to remove the preview image just from the blog post itself so that the text goes across two thirds with a sidebar on the right and on the blog landing page, just have the post extract with a featured image.&#60;/p&#62;
&#60;p&#62;Is this possible?&#60;/p&#62;
&#60;p&#62;Many thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-95601</link>
			<pubDate>Thu, 07 Feb 2013 06:58:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95601@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;First, this is a topic for Eunoia. Please remove all the changes you made then follow this one.&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; loop-index.php then remove everything. Replace it with this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $avia_config;
if(isset($avia_config[&#38;#39;new_query&#38;#39;])) { query_posts($avia_config[&#38;#39;new_query&#38;#39;]); }

// check if we got posts to display:
if (have_posts()) :

	while (have_posts()) : the_post();
	$slider = new avia_slideshow(get_the_ID());

?&#38;gt;

		&#38;lt;div class=&#38;#39;post-entry&#38;#39;&#38;gt;

			&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;
					&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;quot; rel=&#38;quot;bookmark&#38;quot; title=&#38;quot;&#38;lt;?php _e(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;)?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;
			&#38;lt;/h1&#38;gt;

			&#38;lt;!--meta info--&#38;gt;
	        &#38;lt;div class=&#38;quot;blog-meta&#38;quot;&#38;gt;

				&#38;lt;span class=&#38;#39;post-meta-infos&#38;#39;&#38;gt;
					&#38;lt;span class=&#38;#39;date-container minor-meta&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d M Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;comment-container minor-meta&#38;#39;&#38;gt;
					&#38;lt;?php comments_popup_link(&#38;quot;&#38;lt;strong&#38;gt;0&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),
											  &#38;quot;&#38;lt;strong&#38;gt;1&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comment&#38;#39; ,&#38;#39;avia_framework&#38;#39;),
											  &#38;quot;&#38;lt;strong&#38;gt;%&#38;lt;/strong&#38;gt; &#38;quot;.__(&#38;#39;Comments&#38;#39;,&#38;#39;avia_framework&#38;#39;),&#38;#39;comments-link&#38;#39;,
											  &#38;quot;&#38;lt;strong&#38;gt;&#38;lt;/strong&#38;gt;  &#38;quot;.__(&#38;#39;Comments Off&#38;#39;,&#38;#39;avia_framework&#38;#39;)); ?&#38;gt;
					&#38;lt;/span&#38;gt;
					&#38;lt;span class=&#38;#39;text-sep&#38;#39;&#38;gt;/&#38;lt;/span&#38;gt;

					&#38;lt;?php
					$cats = get_the_category();

					if(!empty($cats))
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						the_category(&#38;#39;, &#38;#39;);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
					}

					$portfolio_cats = get_the_term_list(  get_the_ID(), &#38;#39;portfolio_entries&#38;#39;, &#38;#39;&#38;#39;, &#38;#39;, &#38;#39;,&#38;#39;&#38;#39;);

					if($portfolio_cats &#38;amp;&#38;amp; !is_object($portfolio_cats))
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-categories minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;in &#38;#39;,&#38;#39;avia_framework&#38;#39;);
						echo $portfolio_cats;
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;#39;;
					}

					echo &#38;#39;&#38;lt;span class=&#38;quot;blog-author minor-meta&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;by &#38;#39;,&#38;#39;avia_framework&#38;#39;);
					the_author_posts_link();
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;#39;;

					?&#38;gt;

				&#38;lt;/span&#38;gt;	

			&#38;lt;/div&#38;gt;&#38;lt;!--end meta info--&#38;gt;	

			&#38;lt;div class=&#38;quot;entry-content&#38;quot;&#38;gt;	

				&#38;lt;?php 

				the_content(__(&#38;#39;Read more  &#38;amp;rarr;&#38;#39;,&#38;#39;avia_framework&#38;#39;));  

				if(has_tag() &#38;amp;&#38;amp; is_single())
					{
						echo &#38;#39;&#38;lt;span class=&#38;quot;blog-tags&#38;quot;&#38;gt;&#38;#39;;
						echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
						echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
					}
				?&#38;gt;	

			&#38;lt;/div&#38;gt;	

		&#38;lt;/div&#38;gt;&#38;lt;!--end post-entry--&#38;gt;

&#38;lt;?php
	endwhile;
	else:
?&#38;gt;	

	&#38;lt;div class=&#38;quot;entry&#38;quot;&#38;gt;
		&#38;lt;h1 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;Nothing Found&#38;#39;, &#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/h1&#38;gt;
		&#38;lt;p&#38;gt;&#38;lt;?php _e(&#38;#39;Sorry, no posts matched your criteria&#38;#39;, &#38;#39;avia_framework&#38;#39;); ?&#38;gt;&#38;lt;/p&#38;gt;
	&#38;lt;/div&#38;gt;
&#38;lt;?php

	endif;

	if(!isset($avia_config[&#38;#39;remove_pagination&#38;#39;] ))
		echo avia_pagination();
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-95600</link>
			<pubDate>Thu, 07 Feb 2013 06:51:47 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">95600@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, &#60;/p&#62;
&#60;p&#62;I'm looking to do the same thing and removed echo $sliderHtml; from the loop-index.php - when I removed the first one nothing happened and when I removed the second one I got this Parse error. &#60;/p&#62;
&#60;p&#62;Parse error: syntax error, unexpected '{' in /clientdata/apache-www/e/t/etool.net.au/www/wp-content/themes/corona/includes/loop-index.php on line 20&#60;/p&#62;
&#60;p&#62;On this and individual blog post pages - &#60;a href=&#34;http://etool.net.au/eblog/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/eblog/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I copied and pasted the whole code back in and can't seem to find the unexpected '{' &#60;/p&#62;
&#60;p&#62;Can you help me fix it and offer a solution to get rid of the preview image on the blog post please?&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-86548</link>
			<pubDate>Wed, 05 Dec 2012 02:36:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86548@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Eristine,&#60;/p&#62;
&#60;p&#62;Glad we could help.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eristine on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-86535</link>
			<pubDate>Tue, 04 Dec 2012 22:02:02 +0000</pubDate>
			<dc:creator>Eristine</dc:creator>
			<guid isPermaLink="false">86535@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great.. thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-86411</link>
			<pubDate>Tue, 04 Dec 2012 03:36:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86411@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Look for includes &#38;gt; loop-index.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//echo slideshow
			echo $sliderHtml;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Remove it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Eristine on "How can I disable the featured image from being displayed within the actual post"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-disable-the-featured-image-from-being-displayed-within-the-actual-post#post-86378</link>
			<pubDate>Mon, 03 Dec 2012 21:21:59 +0000</pubDate>
			<dc:creator>Eristine</dc:creator>
			<guid isPermaLink="false">86378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;We want to include a featured image for each of the blog posts (on the homepage as a thumbnail) but we don't want the featured image to display at the top of each blog post. Tried to view single.php and there's no option to remove it from the loop. &#60;/p&#62;
&#60;p&#62;website - &#60;a href=&#34;http://christinekawasakichan.com&#34; rel=&#34;nofollow&#34;&#62;http://christinekawasakichan.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
