<?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: Portfolio Order of Appearance</title>
		<link>http://www.kriesi.at/support/topic/portfolio-order-of-appearance</link>
		<description>Support Forum - Topic: Portfolio Order of Appearance</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 08:53:52 +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/portfolio-order-of-appearance" rel="self" type="application/rss+xml" />

		<item>
			<title>MLA18 on "Portfolio Order of Appearance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-order-of-appearance#post-86956</link>
			<pubDate>Fri, 07 Dec 2012 15:16:00 +0000</pubDate>
			<dc:creator>MLA18</dc:creator>
			<guid isPermaLink="false">86956@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent.  THANK YOU!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Order of Appearance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-order-of-appearance#post-86904</link>
			<pubDate>Fri, 07 Dec 2012 07:27:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use a plugin like: &#60;a href=&#34;http://wordpress.org/extend/plugins/post-types-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/post-types-order/&#60;/a&#62; to sort the items as required. If you don't want to use a plugin 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; )
	{
		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;
&#60;p&#62;You can replace DESC with ASC if you want to reverse the order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MLA18 on "Portfolio Order of Appearance"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-order-of-appearance#post-86857</link>
			<pubDate>Thu, 06 Dec 2012 22:52:46 +0000</pubDate>
			<dc:creator>MLA18</dc:creator>
			<guid isPermaLink="false">86857@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was using the Propulsion theme for my website, but I could not resist changing themes once I saw Replete!&#60;/p&#62;
&#60;p&#62;My only question is in terms of Portfolio items.  The oldest items are appearing first and the newest items are appearing last.  Is there a setting that I am not seeing?  I have gone through and set each one to have its own &#34;Published on:&#34; date and time.  But I can't get the newest items to appear first.&#60;/p&#62;
&#60;p&#62;Any advice would be appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
