<?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: Order Portfolio</title>
		<link>http://www.kriesi.at/support/topic/order-portfolio</link>
		<description>Support Forum - Topic: Order Portfolio</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:30:58 +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/order-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>thoddi on "Order Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/order-portfolio#post-72955</link>
			<pubDate>Sun, 26 Aug 2012 21:17:45 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">72955@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, It works well now. I put the code into the functions-eunoia.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/order-portfolio#post-72706</link>
			<pubDate>Fri, 24 Aug 2012 17:07:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72706@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You could add this function to your child theme functions.php - in this case you won't loose the fix. In addition updates to functions.php are seldom and you can use ftp to update the other theme files without overwriting functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thoddi on "Order Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/order-portfolio#post-72699</link>
			<pubDate>Fri, 24 Aug 2012 15:05:57 +0000</pubDate>
			<dc:creator>thoddi</dc:creator>
			<guid isPermaLink="false">72699@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, isn't there a more intuitive way of managing what order the portfolio lists? I guess you'll loose this fix after an upgrade of the theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/order-portfolio#post-72219</link>
			<pubDate>Wed, 22 Aug 2012 06:06:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to the button 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; )
    {
        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;date&#38;quot;;
            $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;DESC&#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>SilvanaV on "Order Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/order-portfolio#post-72176</link>
			<pubDate>Tue, 21 Aug 2012 21:21:45 +0000</pubDate>
			<dc:creator>SilvanaV</dc:creator>
			<guid isPermaLink="false">72176@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I order the portfolio be descending, the most recent appearing first in the categories.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
