<?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: Possible to reverse portfolio display order?</title>
		<link>http://www.kriesi.at/support/topic/possible-to-reverse-portfolio-display-order</link>
		<description>Support Forum - Topic: Possible to reverse portfolio display order?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 16:38:15 +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/possible-to-reverse-portfolio-display-order" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Possible to reverse portfolio display order?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-reverse-portfolio-display-order#post-24174</link>
			<pubDate>Fri, 05 Aug 2011 06:43:43 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help yoo :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>syntax_terror on "Possible to reverse portfolio display order?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-reverse-portfolio-display-order#post-24152</link>
			<pubDate>Thu, 04 Aug 2011 20:37:11 +0000</pubDate>
			<dc:creator>syntax_terror</dc:creator>
			<guid isPermaLink="false">24152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you are awesome!!! sorry, i just saw this reply, otherwise i would have responded sooner. thank you so much! :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Possible to reverse portfolio display order?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-reverse-portfolio-display-order#post-23653</link>
			<pubDate>Thu, 28 Jul 2011 07:32:15 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up includes/loop-portfolio.php and replace:&#60;br /&#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;br /&#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;title&#38;quot;;
    $avia_config[&#38;#39;new_query&#38;#39;][&#38;#39;order&#38;#39;] = &#38;quot;ASC&#38;quot;;
    query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>syntax_terror on "Possible to reverse portfolio display order?"</title>
			<link>http://www.kriesi.at/support/topic/possible-to-reverse-portfolio-display-order#post-23603</link>
			<pubDate>Wed, 27 Jul 2011 18:13:13 +0000</pubDate>
			<dc:creator>syntax_terror</dc:creator>
			<guid isPermaLink="false">23603@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I'm using the portfolio to make a sort of 'staff directory', and I started making entries from the top-down; unfortunately, when I display the portfolio, the entries are being displayed from the bottom up.... Newest to oldest. I know that there is a simple way to reverse the display order, but I don't know what it is within the context of the Portfolio system. Can you please help? Sorry if this is an obvious question, but I'm a designer, not a developer, and I am running late on this project as it is. I've tried looking it up, but so far, to no avail! :D otherwise, I love the theme and am finding it super easy and intuitive to implement, so thank you for that!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
