<?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 - User Favorites: edgars12258</title>
		<link><a href='http://www.kriesi.at/support/profile/edgars12258'>edgars12258</a></link>
		<description>Support Forum - User Favorites: edgars12258</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 21:02:21 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-11361</link>
			<pubDate>Sat, 15 Jan 2011 16:04:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11361@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-11333</link>
			<pubDate>Sat, 15 Jan 2011 08:57:42 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">11333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I have solved it: I inserted a MORE tag before the text I did not want to see in the slider.&#60;br /&#62;
Have a great day!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-11275</link>
			<pubDate>Thu, 13 Jan 2011 17:06:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">11275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I think this is not possible with pages because they don't have an excerpt field/option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>katalintamas on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-11236</link>
			<pubDate>Wed, 12 Jan 2011 12:58:01 +0000</pubDate>
			<dc:creator>katalintamas</dc:creator>
			<guid isPermaLink="false">11236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I have set up pages instead of posts in the slider at &#60;a href=&#34;http://napraforgomag.hu/&#34; rel=&#34;nofollow&#34;&#62;http://napraforgomag.hu/&#60;/a&#62;. However, I wasn't able to find out how to change the description in the slider, just below the title of the slide. Is that possible to manage the text appearing in sliders?&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edgars12258 on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-6133</link>
			<pubDate>Wed, 06 Oct 2010 18:16:44 +0000</pubDate>
			<dc:creator>edgars12258</dc:creator>
			<guid isPermaLink="false">6133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(array('post_type' =&#38;gt; 'page', 'order' =&#38;gt; 'ASC', 'post__in' =&#38;gt; array(18,46,60,71,82,99,109)));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Just addet order=&#38;gt; ASC and it ex what i was looking for,&#60;/p&#62;
&#60;p&#62;thx Vehem
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vehem on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-6130</link>
			<pubDate>Wed, 06 Oct 2010 17:48:40 +0000</pubDate>
			<dc:creator>vehem</dc:creator>
			<guid isPermaLink="false">6130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try this, it worked for me :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$additional_loop =  new WP_Query(array('post_type' =&#38;gt; 'page', 'post__in' =&#38;gt; array(18,46,12,7,18)));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You still have to select the number of page (5) in the admin panel.&#60;/p&#62;
&#60;p&#62;I've heard the author of the theme is working to include this option in a next update, could be helpful though ! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edgars12258 on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-6123</link>
			<pubDate>Wed, 06 Oct 2010 16:58:53 +0000</pubDate>
			<dc:creator>edgars12258</dc:creator>
			<guid isPermaLink="false">6123@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;code&#62;$additional_loop = new WP_Query(array('post_type' =&#38;gt; 'page', 'page_id'=&#38;gt;18,46,12,7,18));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;dose not work, only firts page apeers, Hmmmm  :(&#60;/p&#62;
&#60;p&#62;any suggestions?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>edgars12258 on "How to Change slider, so its display not category but spesific page ID&#039;s"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-slider-so-its-display-not-category-but-spesific-page-ids#post-6114</link>
			<pubDate>Wed, 06 Oct 2010 15:29:20 +0000</pubDate>
			<dc:creator>edgars12258</dc:creator>
			<guid isPermaLink="false">6114@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
i wood like to change slider to specific page id's not category's,&#60;br /&#62;
I know i need to modify this line, but cant get working correctly.&#60;br /&#62;
&#60;pre&#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;/pre&#62;
&#60;p&#62;I want to display only:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;page_id=18,46,60,71,82&#38;quot;.&#38;quot;&#38;amp;posts_per_page=5&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but i cant figure out what is going wrong for me,&#60;/p&#62;
&#60;p&#62;Please help&#60;br /&#62;
Edgar
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
