<?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: sort by date</title>
		<link>http://www.kriesi.at/support/topic/sort-by-date</link>
		<description>Support Forum - Topic: sort by date</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 20:30:23 +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/sort-by-date" rel="self" type="application/rss+xml" />

		<item>
			<title>radugidei on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-48381</link>
			<pubDate>Mon, 26 Mar 2012 19:04:25 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">48381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;works great, thank you Dude! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-48261</link>
			<pubDate>Mon, 26 Mar 2012 07:33:47 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">48261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes sure - try following code instead:&#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;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;]);
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Instead of DESC you can insert ASC if you prefer an ascending order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>radugidei on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-48201</link>
			<pubDate>Sun, 25 Mar 2012 16:48:14 +0000</pubDate>
			<dc:creator>radugidei</dc:creator>
			<guid isPermaLink="false">48201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;is it possible to sort them in reverse order, ie last posted portfolio item to be first ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isobaras on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43497</link>
			<pubDate>Sat, 25 Feb 2012 18:52:03 +0000</pubDate>
			<dc:creator>isobaras</dc:creator>
			<guid isPermaLink="false">43497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes!! that works... Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43494</link>
			<pubDate>Sat, 25 Feb 2012 18:23:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I'm not aware of a wordpress function to order the categories - I'm sorry. Maybe you can use plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/taxonomy-terms-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/taxonomy-terms-order/&#60;/a&#62; to order them manually though. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isobaras on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43492</link>
			<pubDate>Sat, 25 Feb 2012 17:47:40 +0000</pubDate>
			<dc:creator>isobaras</dc:creator>
			<guid isPermaLink="false">43492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that works with item-portfolios not CATEGORIES
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isobaras on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43491</link>
			<pubDate>Sat, 25 Feb 2012 17:37:41 +0000</pubDate>
			<dc:creator>isobaras</dc:creator>
			<guid isPermaLink="false">43491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks DUDE, but it doesn´t work.  Is ther another way? thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43481</link>
			<pubDate>Sat, 25 Feb 2012 12:45:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43481@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;date&#38;quot;;
    query_posts($avia_config[&#38;#39;new_query&#38;#39;]);
 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>isobaras on "sort by date"</title>
			<link>http://www.kriesi.at/support/topic/sort-by-date#post-43471</link>
			<pubDate>Sat, 25 Feb 2012 11:48:56 +0000</pubDate>
			<dc:creator>isobaras</dc:creator>
			<guid isPermaLink="false">43471@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! i would like to sort portfolio CATEGORIES by date, not alphabetical... Is this possible? Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
