<?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 of the portfolio tags in the top</title>
		<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top</link>
		<description>Support Forum - Topic: Order of the portfolio tags in the top</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:06:39 +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-of-the-portfolio-tags-in-the-top" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-52605</link>
			<pubDate>Fri, 20 Apr 2012 18:23:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;As Dude said, there doesn't seem to be a way to change the order.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>eaglehood on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-52363</link>
			<pubDate>Thu, 19 Apr 2012 15:08:32 +0000</pubDate>
			<dc:creator>eaglehood</dc:creator>
			<guid isPermaLink="false">52363@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just changed &#34;name&#34; into &#34;date&#34; in the template_portfolio.php.&#60;/p&#62;
&#60;p&#62;It seems that it doesn't make any changes to the appearance. Is that because the Portfolio Categories do not carry a time stamp (meaning date assignment). &#60;/p&#62;
&#60;p&#62;Is there a way around to sort portfolio categories differently? &#60;/p&#62;
&#60;p&#62;Maybe in the order they have been chosen in the drop down menue in the avisio options -&#38;gt; Portfolio options?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-15954</link>
			<pubDate>Wed, 30 Mar 2011 06:57:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Mmmm... I'm sorry - than it isn't easily possible to change the order at all.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sydios on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-15952</link>
			<pubDate>Wed, 30 Mar 2011 06:55:42 +0000</pubDate>
			<dc:creator>sydios</dc:creator>
			<guid isPermaLink="false">15952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;that doesent work, when i change it to date no categories are shown only name and date.&#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;daniel ..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-15946</link>
			<pubDate>Wed, 30 Mar 2011 06:35:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the categories are sorted by names. The query code is located in template_portfolio.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$categories = get_categories(&#38;#39;title_li=&#38;amp;orderby=name&#38;amp;hide_empty=0&#38;amp;taxonomy=portfolio_entries&#38;amp;include=&#38;#39;.$k_option[&#38;#39;portfolio&#38;#39;][&#38;#39;matrix_slider_port_final&#38;#39;][$overview_post_id]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should be possible to sort the categories by date by using following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$categories = get_categories(&#38;#39;title_li=&#38;amp;orderby=date&#38;amp;hide_empty=0&#38;amp;taxonomy=portfolio_entries&#38;amp;include=&#38;#39;.$k_option[&#38;#39;portfolio&#38;#39;][&#38;#39;matrix_slider_port_final&#38;#39;][$overview_post_id]);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sydios on "Order of the portfolio tags in the top"</title>
			<link>http://www.kriesi.at/support/topic/order-of-the-portfolio-tags-in-the-top#post-15909</link>
			<pubDate>Tue, 29 Mar 2011 20:23:55 +0000</pubDate>
			<dc:creator>sydios</dc:creator>
			<guid isPermaLink="false">15909@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;how i can change the order of the portfolio categories at the top of the sortable portfolio page?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
