<?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 - Tag: random - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/random</link>
		<description>Support Forum - Tag: random - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:24:36 +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/tags/random" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Random photo"</title>
			<link>http://www.kriesi.at/support/topic/random-photo#post-96663</link>
			<pubDate>Thu, 14 Feb 2013 06:32:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">96663@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey alexthefunk,&#60;/p&#62;
&#60;p&#62;Let me tag this to Kriesi.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexthefunk on "Random photo"</title>
			<link>http://www.kriesi.at/support/topic/random-photo#post-96641</link>
			<pubDate>Thu, 14 Feb 2013 00:55:28 +0000</pubDate>
			<dc:creator>alexthefunk</dc:creator>
			<guid isPermaLink="false">96641@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have put:&#60;br /&#62;
shuffle($attachments );&#60;br /&#62;
foreach($attachments as $key =&#38;gt; $attachment)&#60;/p&#62;
&#60;p&#62;But would actually like the default gallery or home page only to be shuffled... ! &#60;/p&#62;
&#60;p&#62;&#38;gt;&#38;gt; It would be great to have a &#34;shuffle option tick box&#34; when making the galleries... if by any chance it could be part of a future update of Flashlight !&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-82456</link>
			<pubDate>Tue, 06 Nov 2012 05:21:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I tagged this thread for Kriesi. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keidgen on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-82354</link>
			<pubDate>Mon, 05 Nov 2012 18:05:06 +0000</pubDate>
			<dc:creator>keidgen</dc:creator>
			<guid isPermaLink="false">82354@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;As experiment I tried this:&#60;/p&#62;
&#60;p&#62;&#60;pre&#62;&#60;code&#62;&#60;br /&#62;
function loop_portfolio_query( $location )&#60;br /&#62;
{&#60;br /&#62;
   if ( $location == 'loop-portfolio' )&#60;br /&#62;
    {&#60;br /&#62;
        global $avia_config;&#60;br /&#62;
         if(isset($avia_config['new_query'])) {&#60;br /&#62;
			$avia_config['new_query']['orderby'] = &#34;rand&#34;;&#60;br /&#62;
            query_posts($avia_config['new_query']);&#60;br /&#62;
         }&#60;br /&#62;
   }&#60;br /&#62;
}&#60;br /&#62;
add_action( 'avia_action_query_check' , 'loop_portfolio_query', 10, 1 );&#60;/code&#62;&#60;/pre&#62;&#60;/p&#62;
&#60;p&#62;and as expected it sorts all portfolio items randomly on all pages. So I suspect that what I wrote above is true. If only it is possible at least to sort all items when set as 12 per page, as I mentioned before, I think it might be suitable for me in this case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keidgen on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-82343</link>
			<pubDate>Mon, 05 Nov 2012 17:36:22 +0000</pubDate>
			<dc:creator>keidgen</dc:creator>
			<guid isPermaLink="false">82343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
thanks for your response!&#60;/p&#62;
&#60;p&#62;I pasted the code you suggested, but it does nothing at all yet again. Portfolio on Frontpage still sorts the latest items instead of random.&#60;br /&#62;
Just for lulz I tried the code from &#34;Portfolio Sort Order - reverse chronological&#34; post to see if it will sort items in reversed order at least, and it works for all the pages, including the Main page, of course.&#60;/p&#62;
&#60;p&#62;So my suggestion is that it does not recognize that the page is Frontpage so it ignores the code completely.&#60;br /&#62;
Just an idea, but maybe it is easier to try to set some sort of a condition - if number of portfolio items is 12 then sort randomly for portfolio items in general portfolio settings? And as I have 12 items set only for main page it will sort it there randomly? It sounds like an ugly solution, but for me it does not matter anymore. I just need it to work one way or another  :)&#60;/p&#62;
&#60;p&#62;Or maybe the issue is that the general portfolio settings that allow items to be sorted in chronological/reverse order still override the random settings for Frontpage? Either way it just ignores this part of code like it never existed.&#60;/p&#62;
&#60;p&#62;I think that adding random sorting option to portfolio features in later releases of the theme would be a great idea. Am I really the only one needs or will need a feature like this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-82333</link>
			<pubDate>Mon, 05 Nov 2012 16:57:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">82333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Tbh I'm not sure why it doesn't work but you can try following code instead:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function loop_portfolio_query( $location )
{
   global $avia_config;
   if ( $location == &#38;#39;loop-portfolio&#38;#39; &#38;amp;&#38;amp; !empty($avia_config[&#38;#39;frontpage&#38;#39;])  )
    {
         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;;
            $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;posts_per_page&#38;#39;] = &#38;quot;12&#38;quot;;
            query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
         }
   }
}
add_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop_portfolio_query&#38;#39;, 10, 1 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then open up header.php and replace following code at the very top:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;global $avia_config;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;global $avia_config;
$avia_config[&#38;#39;frontpage&#38;#39;] = ( is_home() &#124;&#124; is_front_page() ) ? &#38;#39;frontpage&#38;#39; : &#38;#39;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>keidgen on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-82305</link>
			<pubDate>Mon, 05 Nov 2012 15:09:53 +0000</pubDate>
			<dc:creator>keidgen</dc:creator>
			<guid isPermaLink="false">82305@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;so can I count on a reply about my case? Its been quite a while since I posted it.&#60;br /&#62;
I know that might not be the simplest question, but still I doubt its something impossible to do...&#60;/p&#62;
&#60;p&#62;Or should I start looking for another theme that has this option?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-81998</link>
			<pubDate>Fri, 02 Nov 2012 16:34:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">81998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey keidgen,&#60;/p&#62;
&#60;p&#62;I've tagged Dude on this post so he should see it in his queue asap.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keidgen on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-81796</link>
			<pubDate>Thu, 01 Nov 2012 12:50:29 +0000</pubDate>
			<dc:creator>keidgen</dc:creator>
			<guid isPermaLink="false">81796@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;thanks for your response! I pasted the code into functions.php but unfortunately it does nothing at all.&#60;br /&#62;
Hope you can help me more with it. It is really crucial.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-81675</link>
			<pubDate>Wed, 31 Oct 2012 12:40:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81675@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
try to add following code to the bottom of functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function loop_portfolio_query( $location )
{
   if ( $location == &#38;#39;loop-portfolio&#38;#39; &#38;amp;&#38;amp; (is_home() &#124;&#124; is_front_page()) )
    {
        global $avia_config;
         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;;
            $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;posts_per_page&#38;#39;] = &#38;quot;12&#38;quot;;
            query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
         }
   }
}
add_action( &#38;#39;avia_action_query_check&#38;#39; , &#38;#39;loop_portfolio_query&#38;#39;, 10, 1 );&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>keidgen on "Portfolio random sorting"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-random-sorting#post-81538</link>
			<pubDate>Tue, 30 Oct 2012 11:56:28 +0000</pubDate>
			<dc:creator>keidgen</dc:creator>
			<guid isPermaLink="false">81538@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;The theme is awesome, but there is something I want to add to portfolio functionality.&#60;/p&#62;
&#60;p&#62;I need portfolio items on my main page be showcased randomly.&#60;br /&#62;
Say, I have 12 portfolio items displayed out if 30, and I need them to change randomly each time someone visits/reloads that page.&#60;/p&#62;
&#60;p&#62;So how can I do this?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;br /&#62;
Darina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "random background galleries"</title>
			<link>http://www.kriesi.at/support/topic/random-background-galleries#post-78983</link>
			<pubDate>Mon, 08 Oct 2012 15:41:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi dishdesigner,&#60;/p&#62;
&#60;p&#62;You would need to replace that whole if statement. Lines 149-157. Though I tested it out and it doesn't seem to work.&#60;/p&#62;
&#60;p&#62;I'll tag Kriesi and Peter on this post and see if they have an additional thought on what it might take to get it to work as I wasn't able to get it working in my testing.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dishdesigner on "random background galleries"</title>
			<link>http://www.kriesi.at/support/topic/random-background-galleries#post-78860</link>
			<pubDate>Sun, 07 Oct 2012 19:48:41 +0000</pubDate>
			<dc:creator>dishdesigner</dc:creator>
			<guid isPermaLink="false">78860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi:&#60;/p&#62;
&#60;p&#62;I noticed that the thread located at: &#60;a href=&#34;http://www.kriesi.at/support/topic/default-background-image-gallery-random&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/default-background-image-gallery-random&#60;/a&#62; is CLOSED for further comments.&#60;/p&#62;
&#60;p&#62;But, I have a question related to exactly this topic. I would like the default background gallery to load images in random order. (An options pulldown box for display order when uploading any kind of galleries would be even better!...)&#60;/p&#62;
&#60;p&#62;Kriesi submitted a solution if / else statement that would apparently filter only the background gallery to load in random order. But, I don't know where to try inserting that code into the includes / helper-slideshow.php file!?....&#60;/p&#62;
&#60;p&#62;The previous user said he tried editing the line ‘orderby’ =&#38;gt; ‘menu_order ID’)); to read ‘orderby’ =&#38;gt; ‘rand’)).....&#60;br /&#62;
But, this 'orderby' line appears at least 2 times through the file.&#60;/p&#62;
&#60;p&#62;I am assuming Kriesi meant to substitute the if / else statement for the entire code block:&#60;br /&#62;
$attachments = get_children(array('post_parent' =&#38;gt; $attachment_holder['ID'],&#60;br /&#62;
                        'post_status' =&#38;gt; 'inherit',&#60;br /&#62;
                        'post_type' =&#38;gt; 'attachment',&#60;br /&#62;
                        'post_mime_type' =&#38;gt; 'image',&#60;br /&#62;
                        'order' =&#38;gt; 'ASC',&#60;br /&#62;
                        'orderby' =&#38;gt; 'menu_order ID'));&#60;/p&#62;
&#60;p&#62;?&#60;br /&#62;
Thanks for reading!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "A random portfolio grid widget"</title>
			<link>http://www.kriesi.at/support/topic/a-random-portfolio-grid-widget#post-73312</link>
			<pubDate>Tue, 28 Aug 2012 19:50:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">73312@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Céline,&#60;/p&#62;
&#60;p&#62;You could potentially customize the Angular Latest Portfolio to display it in the way you are describing but it will take quite a bit of customization and tweaking. You can see and edit the widget in framework&#38;gt;php&#38;gt;class-framework-widgets.php.&#60;/p&#62;
&#60;p&#62;Search for:&#60;br /&#62;
&#60;code&#62;* AVIA PORTFOLIOBOX&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shopunikone on "A random portfolio grid widget"</title>
			<link>http://www.kriesi.at/support/topic/a-random-portfolio-grid-widget#post-73012</link>
			<pubDate>Mon, 27 Aug 2012 09:58:23 +0000</pubDate>
			<dc:creator>shopunikone</dc:creator>
			<guid isPermaLink="false">73012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Ismael,&#60;/p&#62;
&#60;p&#62;Thank you for your reply but could you please explain how can I configure this widget to show random thumbnail in grid view please ? &#60;/p&#62;
&#60;p&#62;Thanks !&#60;br /&#62;
Céline
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-69536</link>
			<pubDate>Mon, 06 Aug 2012 06:11:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69536@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Tbh I'm not sure why it's not working in your case. Maybe a third party plugin changes the slide order? Can you post a link please? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "A random portfolio grid widget"</title>
			<link>http://www.kriesi.at/support/topic/a-random-portfolio-grid-widget#post-69525</link>
			<pubDate>Mon, 06 Aug 2012 05:46:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can use the Angular Latest Portfolio widget. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shopunikone on "A random portfolio grid widget"</title>
			<link>http://www.kriesi.at/support/topic/a-random-portfolio-grid-widget#post-69460</link>
			<pubDate>Sun, 05 Aug 2012 14:36:55 +0000</pubDate>
			<dc:creator>shopunikone</dc:creator>
			<guid isPermaLink="false">69460@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello there, &#60;/p&#62;
&#60;p&#62;I wonder if it is possible to create a widget displaying random portfolio entries thumbnail in grid view to put it in the footer ? &#60;/p&#62;
&#60;p&#62;Thank you ! ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c-m-y-k on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-69443</link>
			<pubDate>Sun, 05 Aug 2012 11:33:25 +0000</pubDate>
			<dc:creator>c-m-y-k</dc:creator>
			<guid isPermaLink="false">69443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;nope,&#60;br /&#62;
just to make it clear i meant the photo slider on the main page
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-69433</link>
			<pubDate>Sun, 05 Aug 2012 08:25:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Do you use any cache plugins? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c-m-y-k on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-69423</link>
			<pubDate>Sun, 05 Aug 2012 07:17:34 +0000</pubDate>
			<dc:creator>c-m-y-k</dc:creator>
			<guid isPermaLink="false">69423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks,&#60;br /&#62;
i did that and there was no effect, it is still not random
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-68876</link>
			<pubDate>Thu, 02 Aug 2012 06:43:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
yes - open up  includes/helper-slideshow.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);
shuffle($this-&#38;gt;slides );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-68776</link>
			<pubDate>Wed, 01 Aug 2012 18:39:29 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi c-m-y-k,&#60;/p&#62;
&#60;p&#62;I'm not sure the slider can individually support a random order but there may be a way to change it site wide. I've tagged the topic for another of the support crew who should be able to give a quick yes or no as well as at least point you in the right direction if it can be easily done.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>c-m-y-k on "random slides on slider"</title>
			<link>http://www.kriesi.at/support/topic/random-slides-on-slider#post-68478</link>
			<pubDate>Tue, 31 Jul 2012 09:29:14 +0000</pubDate>
			<dc:creator>c-m-y-k</dc:creator>
			<guid isPermaLink="false">68478@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;can the slider show the slides in random order?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Flagship Portfolio in random order"</title>
			<link>http://www.kriesi.at/support/topic/flagship-portfolio-in-random-order#post-64985</link>
			<pubDate>Wed, 11 Jul 2012 09:39:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">64985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Just a hint - the pro version of the post types order plugin allows you to exclude queries with an orderby parameter. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blont on "Flagship Portfolio in random order"</title>
			<link>http://www.kriesi.at/support/topic/flagship-portfolio-in-random-order#post-64954</link>
			<pubDate>Wed, 11 Jul 2012 07:58:55 +0000</pubDate>
			<dc:creator>blont</dc:creator>
			<guid isPermaLink="false">64954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I deactivated the &#34;post types order&#34;-plugin and now it works.&#60;br /&#62;
  Supadupa! Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Flagship Portfolio in random order"</title>
			<link>http://www.kriesi.at/support/topic/flagship-portfolio-in-random-order#post-64820</link>
			<pubDate>Tue, 10 Jul 2012 19:35:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;The snippet above should work. Try to remove browser histroy then refresh the page. You will notice that the portfolio entries will change order every page load.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>blont on "Flagship Portfolio in random order"</title>
			<link>http://www.kriesi.at/support/topic/flagship-portfolio-in-random-order#post-64710</link>
			<pubDate>Tue, 10 Jul 2012 10:16:10 +0000</pubDate>
			<dc:creator>blont</dc:creator>
			<guid isPermaLink="false">64710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude, thanks for the function.&#60;br /&#62;
I pasted it in the file but every time I load the page (start page with some images from portfolio, or the portfolio page) I get the same pics in the same order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>paullindqvist on "Random order of homepage slider?"</title>
			<link>http://www.kriesi.at/support/topic/random-order-of-homepage-slider#post-64684</link>
			<pubDate>Tue, 10 Jul 2012 06:38:47 +0000</pubDate>
			<dc:creator>paullindqvist</dc:creator>
			<guid isPermaLink="false">64684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok thanx i understand!, it would be a great update though! :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Random order of homepage slider?"</title>
			<link>http://www.kriesi.at/support/topic/random-order-of-homepage-slider#post-64639</link>
			<pubDate>Tue, 10 Jul 2012 04:05:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Paul,&#60;/p&#62;
&#60;p&#62;This feature is not available. You can check this &#60;a href=&#34;http://www.kriesi.at/support/topic/avia-slider-random-order-of-images&#34;&#62;link&#60;/a&#62; as a reference.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
