<?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: Slider + Static homepage</title>
		<link>http://www.kriesi.at/support/topic/slider-static-homepage</link>
		<description>Support Forum - Topic: Slider + Static homepage</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 06:12:48 +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/slider-static-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>lcontheroad on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-10175</link>
			<pubDate>Mon, 13 Dec 2010 15:25:51 +0000</pubDate>
			<dc:creator>lcontheroad</dc:creator>
			<guid isPermaLink="false">10175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also having the same problem as Boomsite - need a static home page but want the slider to show too. Got SO excited when I saw the code switch above but haven't been able to get it to work. I tried the page id and also the full absolute address to my desired page in both occurrences of &#34;$additional_loop = new WP_Query&#34; but still posts show on the home page rather than a static page. If I set &#34;static page&#34; to my desired page, I lose the slider. Please help...!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkwalls on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-7914</link>
			<pubDate>Thu, 28 Oct 2010 16:08:51 +0000</pubDate>
			<dc:creator>jkwalls</dc:creator>
			<guid isPermaLink="false">7914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi I'm having the same problem as Boomsite. &#60;/p&#62;
&#60;p&#62;I found the code and replaced it but it still wont show up on a static homepage. For this I tried a couple diffrent things I tried it with the settings in settings - reading to a static homepage and the same one I wanted, as well as tried leave it with out this setting on. &#60;/p&#62;
&#60;p&#62;The static homepage will show up but my accordian slider wont. when you say page ID is 10. what do you mean by this, the title or the page order (of which i tried both), I also tried chainging the 10 in the index.php to &#34;index.php&#34; or &#34;index&#34;. But I cant seem to find away to get it to work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boomsite on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-6649</link>
			<pubDate>Thu, 14 Oct 2010 10:23:27 +0000</pubDate>
			<dc:creator>Boomsite</dc:creator>
			<guid isPermaLink="false">6649@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm also trying to achieve a static front page that keeps the slider, but I'm having some trouble getting it to work.&#60;/p&#62;
&#60;p&#62;I've edited the line of code in index.php as described above. I got the page id from the URL when I chose to edit the page I want to use. Example: /wp-admin/post.php?post=32&#38;amp;action=edit&#60;/p&#62;
&#60;p&#62;This results in a front page with a slider, and an error under that reading:&#60;/p&#62;
&#60;p&#62;&#34;Nothing Found&#60;br /&#62;
Sorry, no posts matched your criteria&#34;&#60;/p&#62;
&#60;p&#62;Have I got the wrong page ID?&#60;/p&#62;
&#60;p&#62;Appreciate your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-3386</link>
			<pubDate>Tue, 24 Aug 2010 09:31:43 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">3386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2963</link>
			<pubDate>Tue, 17 Aug 2010 14:42:53 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The frontpage was never designed with the slider and a static page as an option, nevertheless you can modify index.php to show a page instead of the posts.&#60;/p&#62;
&#60;p&#62;Open up index.php and find this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;paged=$paged&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;page_id=10&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;where page_id matches the ID of the page you want to display (in the above code '10').
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2859</link>
			<pubDate>Mon, 16 Aug 2010 06:24:37 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">2859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
could anyone help me please? I would really appreciate, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "Slider + Static homepage"</title>
			<link>http://www.kriesi.at/support/topic/slider-static-homepage#post-2778</link>
			<pubDate>Sat, 14 Aug 2010 08:01:42 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">2778@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I absolutely enjoy this support forum, it helped me a lot. Even though there are two topics about static homapages, I could not find the solution to my problem:&#60;/p&#62;
&#60;p&#62;I would like to display the accordion slider AND a Static Page - &#60;a href=&#34;http://beregszaszi-gerendahaz.hu/gerendahaz/&#34; rel=&#34;nofollow&#34;&#62;http://beregszaszi-gerendahaz.hu/gerendahaz/&#60;/a&#62; - on my homepage: &#60;a href=&#34;http://beregszaszi-gerendahaz.hu&#34; rel=&#34;nofollow&#34;&#62;http://beregszaszi-gerendahaz.hu&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;How would I do that? If I just set WP to display a static homepage, there is no slider....&#60;/p&#62;
&#60;p&#62;Thanks a lot!!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
