<?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: post item random order</title>
		<link>http://www.kriesi.at/support/topic/post-item-random-order</link>
		<description>Support Forum - Topic: post item random order</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:39:04 +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/post-item-random-order" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-84835</link>
			<pubDate>Wed, 21 Nov 2012 06:55:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No, unfortunately this is not easily possible... &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevin77 on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-84752</link>
			<pubDate>Tue, 20 Nov 2012 18:14:04 +0000</pubDate>
			<dc:creator>kevin77</dc:creator>
			<guid isPermaLink="false">84752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;just one thing. when I have more than 1 page in the portfolio the page loads randomly which is what I want.  &#60;/p&#62;
&#60;p&#62;When I go to page 2, it also loads randomly but seems to also load images that has been in page 1.  Is there any way to let it remember what it has displayed in the 1st page so it dos'nt repeat in the 2nd page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83417</link>
			<pubDate>Mon, 12 Nov 2012 09:04:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83417@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; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kevin77 on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83409</link>
			<pubDate>Mon, 12 Nov 2012 08:47:28 +0000</pubDate>
			<dc:creator>kevin77</dc:creator>
			<guid isPermaLink="false">83409@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you. &#60;/p&#62;
&#60;p&#62;great support once again. I will buy more themes from you guys in future projects because of the after sales support!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83401</link>
			<pubDate>Mon, 12 Nov 2012 08:25:45 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up includes/loop-portfolio.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($avia_config[&#38;#39;new_query&#38;#39;])) { query_posts($avia_config[&#38;#39;new_query&#38;#39;]); }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(isset($avia_config[&#38;#39;new_query&#38;#39;])) {
            $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;orderby&#38;#39;] = &#38;quot;rand&#38;quot;;
            query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
         }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kevin77 on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83286</link>
			<pubDate>Sun, 11 Nov 2012 11:46:49 +0000</pubDate>
			<dc:creator>kevin77</dc:creator>
			<guid isPermaLink="false">83286@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks. It worked for the blog page... but I was hoping for the portfolio page.&#60;/p&#62;
&#60;p&#62;I tried copying the code into template-portfolio.php.... but didn't work :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83276</link>
			<pubDate>Sun, 11 Nov 2012 08:14:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83276@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up template-blog.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] = array( &#38;quot;paged&#38;quot; =&#38;gt; get_query_var( &#38;#39;paged&#38;#39; ), &#38;quot;posts_per_page&#38;quot;=&#38;gt;get_option(&#38;#39;posts_per_page&#38;#39;) ) ;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;new_query&#38;#39;] = array( &#38;quot;paged&#38;quot; =&#38;gt; get_query_var( &#38;#39;paged&#38;#39; ), &#38;quot;orderby&#38;quot; =&#38;gt; &#38;quot;rand&#38;quot;, &#38;quot;posts_per_page&#38;quot;=&#38;gt;get_option(&#38;#39;posts_per_page&#38;#39;) ) ;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>kevin77 on "post item random order"</title>
			<link>http://www.kriesi.at/support/topic/post-item-random-order#post-83220</link>
			<pubDate>Sat, 10 Nov 2012 14:44:27 +0000</pubDate>
			<dc:creator>kevin77</dc:creator>
			<guid isPermaLink="false">83220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm trying to get my post items to display random order every time it loads up.  I've seen other threads here which links to:&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/support/topic/default-product-sort-order&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/default-product-sort-order&#60;/a&#62; but that is only good if you want total control- however I don't want to spend time sorting, just let it generate randomly.  tried a couple of plugins.. but they didn't work.&#60;/p&#62;
&#60;p&#62;I believe its a: 'orderby' =&#38;gt; 'rand'  but I can't figure out where to put it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
