<?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: marbie</title>
		<link><a href='http://www.kriesi.at/support/profile/marbie'>marbie</a></link>
		<description>Support Forum - User Favorites: marbie</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 20:01:18 +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 "Offset posts"</title>
			<link>http://www.kriesi.at/support/topic/offset-posts#post-47090</link>
			<pubDate>Tue, 20 Mar 2012 06:16:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">47090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Offset posts"</title>
			<link>http://www.kriesi.at/support/topic/offset-posts#post-46584</link>
			<pubDate>Fri, 16 Mar 2012 12:58:30 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">46584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;super, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Offset posts"</title>
			<link>http://www.kriesi.at/support/topic/offset-posts#post-46554</link>
			<pubDate>Fri, 16 Mar 2012 07:32:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">46554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In index.php replace:&#60;br /&#62;
&#60;pre&#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;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$negative_cats.&#38;quot;&#38;amp;offset=5&#38;amp;paged=$paged&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Offset posts"</title>
			<link>http://www.kriesi.at/support/topic/offset-posts#post-46529</link>
			<pubDate>Fri, 16 Mar 2012 02:47:25 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">46529@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I add an offset of 5 to the posts on the frontpage?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change slider order to random"</title>
			<link>http://www.kriesi.at/support/topic/change-slider-order-to-random#post-44660</link>
			<pubDate>Mon, 05 Mar 2012 09:32:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that I could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Change slider order to random"</title>
			<link>http://www.kriesi.at/support/topic/change-slider-order-to-random#post-44593</link>
			<pubDate>Sun, 04 Mar 2012 15:24:17 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">44593@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;super, that did the trick.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change slider order to random"</title>
			<link>http://www.kriesi.at/support/topic/change-slider-order-to-random#post-44581</link>
			<pubDate>Sun, 04 Mar 2012 11:38:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Open up index.php and replace:&#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;with:&#60;/p&#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;orderby=rand&#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;</description>
		</item>
		<item>
			<title>marbie on "Change slider order to random"</title>
			<link>http://www.kriesi.at/support/topic/change-slider-order-to-random#post-44577</link>
			<pubDate>Sun, 04 Mar 2012 10:04:36 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">44577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can anybody help me with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "remove lightbox feature"</title>
			<link>http://www.kriesi.at/support/topic/remove-lightbox-feature#post-44060</link>
			<pubDate>Wed, 29 Feb 2012 18:17:47 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">44060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think I figured it out already.&#60;br /&#62;
Removing these lines seemd to do the trick&#60;/p&#62;
&#60;p&#62;display_link' =&#38;gt; array('lightbox')&#60;br /&#62;
linkurl' =&#38;gt; array ('fullscreen','_preview_big')
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "remove lightbox feature"</title>
			<link>http://www.kriesi.at/support/topic/remove-lightbox-feature#post-44059</link>
			<pubDate>Wed, 29 Feb 2012 18:12:55 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">44059@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I remove the lightbox feature from single.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>marbie on "Change slider order to random"</title>
			<link>http://www.kriesi.at/support/topic/change-slider-order-to-random#post-44057</link>
			<pubDate>Wed, 29 Feb 2012 18:06:06 +0000</pubDate>
			<dc:creator>marbie</dc:creator>
			<guid isPermaLink="false">44057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How can I change the order of the (featured post) crossfade slideshow to random?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
