<?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: Include Pages in home slider</title>
		<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider</link>
		<description>Support Forum - Topic: Include Pages in home slider</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:49:17 +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/include-pages-in-home-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>thefinancialcoach on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-10375</link>
			<pubDate>Fri, 17 Dec 2010 17:53:46 +0000</pubDate>
			<dc:creator>thefinancialcoach</dc:creator>
			<guid isPermaLink="false">10375@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;@Dude , yeh you are right , did had the maximum posts per page at Reading set to 3 ,&#60;br /&#62;
could you suggest a work around where I can still have 3 posts at the front while showing more number of pages in the slidebar.&#60;/p&#62;
&#60;p&#62;It can be dome if we use category selection, but how to do using the pages ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-10362</link>
			<pubDate>Fri, 17 Dec 2010 08:43:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">10362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Maybe you've limited the number of maximum posts per page to 3 - check your reading settings under Settings &#38;gt; Reading. You can also check the mainpage post settings under Newscast options &#38;gt; Mainpage Options.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thefinancialcoach on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-10352</link>
			<pubDate>Fri, 17 Dec 2010 06:32:29 +0000</pubDate>
			<dc:creator>thefinancialcoach</dc:creator>
			<guid isPermaLink="false">10352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi , tired the below code which should display 6 pages at the front but it displays only 3 (all of the 6 are post IDs of the pages I am trying to display at the mainpage)&#60;/p&#62;
&#60;p&#62;$args = array(&#60;br /&#62;
             'post_type'=&#38;gt;'page',&#60;br /&#62;
                        'post__in' =&#38;gt; array('583', '585', '66', '63', '965'));&#60;br /&#62;
	 $additional_loop = new WP_Query($args);&#60;/p&#62;
&#60;p&#62;Any ideas ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-9387</link>
			<pubDate>Wed, 24 Nov 2010 16:55:27 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Awesome, let us know if you have any other questions :)&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brusca on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-9340</link>
			<pubDate>Tue, 23 Nov 2010 20:28:56 +0000</pubDate>
			<dc:creator>brusca</dc:creator>
			<guid isPermaLink="false">9340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, that worked perfectly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-9323</link>
			<pubDate>Tue, 23 Nov 2010 13:21:37 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">9323@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You can change the homepage slider to use pages by modifying the &#60;strong&#62;WP_Query&#60;/strong&#62; in index.php. Open it up and find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;].&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$args = array(
   &#38;#39;post_type&#38;#39;=&#38;gt;&#38;#39;page&#38;#39;,
   &#38;#39;post__in&#38;#39; =&#38;gt; array(&#38;#39;595&#38;#39;, &#38;#39;33&#38;#39;, &#38;#39;44&#38;#39;)
);

$additional_loop = new WP_Query($args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This would load pages with the ID's of &#60;strong&#62;595&#60;/strong&#62;, &#60;strong&#62;33&#60;/strong&#62; and &#60;strong&#62;44&#60;/strong&#62;. This would require manual intervention (i.e. editing the file) every time you wanted to change the pages / the page order. The original theme options would continue to exist but have no effect on the slider.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brusca on "Include Pages in home slider"</title>
			<link>http://www.kriesi.at/support/topic/include-pages-in-home-slider#post-9314</link>
			<pubDate>Tue, 23 Nov 2010 12:42:33 +0000</pubDate>
			<dc:creator>brusca</dc:creator>
			<guid isPermaLink="false">9314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there any way to include pages in the home page slider? Not just blogs and or blog specific categories? &#60;/p&#62;
&#60;p&#62;If not what about adding a custom link to a different page for a slider image? Any clues?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
