<?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 - Tag: Featured Post Image - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/featured-post-image</link>
		<description>Support Forum - Tag: Featured Post Image - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 04:45:36 +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/tags/featured-post-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105777</link>
			<pubDate>Tue, 16 Apr 2013 15:52:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105777@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Great - eventually we solved it :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105753</link>
			<pubDate>Tue, 16 Apr 2013 13:03:03 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;GREAT IT WORKED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105717</link>
			<pubDate>Tue, 16 Apr 2013 06:06:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105717@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The code should just affect single post page and I'm not sure why it's not working in your case. However try following css code instead and insert it into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.single-post .slideshow_container{
display: none !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105685</link>
			<pubDate>Mon, 15 Apr 2013 20:59:09 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I changed the code and the image shows on the single post but not the blog feed sections. That is backwards to what i am wanting to display :( please help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105643</link>
			<pubDate>Mon, 15 Apr 2013 14:33:35 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105643@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@dude i am not trying to remove the slider. I am trying to remove the feature image on the actual post page. I still want the featured image when they go to the blog page and see all the pots but hen clock to a specific post I do not want to see the featured image their. Hope this makes sense. &#60;a href=&#34;http://www.LateForWorkLLC.com&#34; rel=&#34;nofollow&#34;&#62;http://www.LateForWorkLLC.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105582</link>
			<pubDate>Mon, 15 Apr 2013 06:03:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to remove the slider from the single post page open up wp-content\themes\brightbox\includes\loop-index.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( is_single() )
{

			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-105326</link>
			<pubDate>Fri, 12 Apr 2013 16:59:15 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">105326@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i am editing the actual file i am using my ftp server to get to the files so i can change the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-104797</link>
			<pubDate>Mon, 08 Apr 2013 14:52:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104797@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If changes aren't taking effect immediately, make sure you are editing the actual file on the server and not just either making the changes locally on your own computer or editing a copy of the theme in an incorrect folder or something like that.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-104670</link>
			<pubDate>Sun, 07 Apr 2013 10:47:58 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">104670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I must be missing something :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-98880</link>
			<pubDate>Thu, 28 Feb 2013 14:08:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi LateForWork,&#60;/p&#62;
&#60;p&#62;Yes, it would take effect immediately. However, if you are using a caching plugin like WP Total Cache then you may need to refresh you browser 3-4 times to get a non cached version. Or possibly disable the plugin while doing the updates.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-98878</link>
			<pubDate>Thu, 28 Feb 2013 14:05:23 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">98878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;changing the code should take effect immediately right? I must be doing something wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-43102</link>
			<pubDate>Thu, 23 Feb 2012 06:51:16 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">43102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;to remove the slider from your posts pages you can remove the following from your loop-page.php in your includes folder.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
			//call the function that displays featured images and slideshows within posts
			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small($avia_config[&#38;#39;size&#38;#39;]);
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To get rid of it in your single posts the loop-index.php is used - as well as for your blog. Meaning that when you remove the code you mentioned from loop-index it will also disappear in your blog. So, you'll have to add an if statement saying &#34;if you're on the blog page show slide, else don't do anything&#34;. &#60;a href=&#34;http://codex.wordpress.org/Conditional_Tags&#34;&#62;This can help you a lot with this.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Let us know if this helps :)&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-43064</link>
			<pubDate>Thu, 23 Feb 2012 01:51:34 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">43064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-40024</link>
			<pubDate>Fri, 03 Feb 2012 14:43:12 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">40024@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also i deleted the code &#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
			//force to display small inline content slider on archive pages. Single pages and posts are allowed to display the 3d slider&#60;br /&#62;
			$force_small_slider = true;&#60;br /&#62;
			if(is_singular()) $force_small_slider = false;&#60;/p&#62;
&#60;p&#62;			$slider = new avia_slideshow(get_the_ID());&#60;br /&#62;
 	 		echo $slider-&#38;gt;display_small('page', $force_small_slider);&#60;br /&#62;
			?&#38;gt;&#60;/p&#62;
&#60;p&#62;and i still see the featured image on the post page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>LateForWork on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-39916</link>
			<pubDate>Fri, 03 Feb 2012 01:26:07 +0000</pubDate>
			<dc:creator>LateForWork</dc:creator>
			<guid isPermaLink="false">39916@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What would be the difference in edit the code if I still want the featured image on the blog page but not on the individual post page?&#60;br /&#62;
Thank You for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18744</link>
			<pubDate>Mon, 09 May 2011 14:12:18 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18742</link>
			<pubDate>Mon, 09 May 2011 13:41:29 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">18742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a million times!&#60;br /&#62;
Support is amazing, definitely purchase my themes from you guys now on!&#60;br /&#62;
Thanks again dude&#60;br /&#62;
Frank
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18687</link>
			<pubDate>Sun, 08 May 2011 17:10:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18687@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Delete following code in loop-archive.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
			//force to display small inline content slider on archive pages. Single pages and posts are allowed to display the 3d slider
			$force_small_slider = true;
			if(is_singular()) $force_small_slider = false;

			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Frank on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18680</link>
			<pubDate>Sun, 08 May 2011 14:47:22 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">18680@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks dude, everything works great!&#60;/p&#62;
&#60;p&#62;One other thing:&#60;/p&#62;
&#60;p&#62;Tags and categories archives: i was able to remove complete posts, and only use excerpts, but featured images are still showing&#60;/p&#62;
&#60;p&#62;Couldn't find how to do that&#60;/p&#62;
&#60;p&#62;Thanks a million!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18657</link>
			<pubDate>Sat, 07 May 2011 16:07:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">18657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
a)&#60;br /&#62;
1) Make a copy of loop-index.php (located in the folder &#34;includes&#34;)&#60;/p&#62;
&#60;p&#62;2) Call the copy loop-single.php&#60;/p&#62;
&#60;p&#62;4) In loop-index.php change following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_content(__(&#38;#39;Read more&#38;#39;,&#38;#39;avia_framework&#38;#39;));  ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;the_excerpt();
    echo &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; class=&#38;#39;more-link&#38;#39;&#38;gt;Read more&#38;lt;/a&#38;gt;&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;5) In single.php change&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;index&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;get_template_part( &#38;#39;includes/loop&#38;#39;, &#38;#39;single&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;b) In loop-index.php (and in loop-single.php if you follow the instructions above) delete following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
			//force to display small inline content slider on archive pages. Single pages and posts are allowed to display the 3d slider
			$force_small_slider = true;
			if(is_singular()) $force_small_slider = false;

			$slider = new avia_slideshow(get_the_ID());
 	 		echo $slider-&#38;gt;display_small(&#38;#39;page&#38;#39;, $force_small_slider);
			?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Frank on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18640</link>
			<pubDate>Sat, 07 May 2011 12:32:57 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">18640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anybody? :-(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18613</link>
			<pubDate>Fri, 06 May 2011 17:48:01 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">18613@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Edit: My mistake, i'm not using YARPP on that website, it's the theme's &#34;related posts&#34; feature. Nice BTW ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Frank on "2 things: Blog page and featured images"</title>
			<link>http://www.kriesi.at/support/topic/2-things-blog-page-and-featured-images#post-18611</link>
			<pubDate>Fri, 06 May 2011 16:21:04 +0000</pubDate>
			<dc:creator>Frank</dc:creator>
			<guid isPermaLink="false">18611@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;First of all, Awesome theme! I have two questions:&#60;/p&#62;
&#60;p&#62;1. Blog page: how can i make the blog page show only each posts excerpts? Not all the blog posts entirely. This might be a WP question, it's the first time i have this issue in a theme i purchase.&#60;/p&#62;
&#60;p&#62;2. Featured images: i want to remove the featured images from the post itself, and the /blog page. I would like to keep the featured image only in the thumbnails (combo widget + YARPP). Is there anyway i can do this?&#60;/p&#62;
&#60;p&#62;Thanks!!&#60;br /&#62;
Cheers
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
