<?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 - Tag: sort - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/sort</link>
		<description>Support Forum - Tag: sort - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 11:29:19 +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/tags/sort" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Choices Portfolio Sort By Date and Name"</title>
			<link>http://www.kriesi.at/support/topic/choices-portfolio-sort-by-date-and-name#post-104858</link>
			<pubDate>Tue, 09 Apr 2013 06:19:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104858@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
add following code to functions.php (insert it at the very bottom):&#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 &#34;date&#34; with &#34;title&#34; and &#34;DESC&#34; with &#34;ASC&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>isaijr on "Choices Portfolio Sort By Date and Name"</title>
			<link>http://www.kriesi.at/support/topic/choices-portfolio-sort-by-date-and-name#post-104713</link>
			<pubDate>Mon, 08 Apr 2013 04:56:18 +0000</pubDate>
			<dc:creator>isaijr</dc:creator>
			<guid isPermaLink="false">104713@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I want to sort my portfolio items just by date/name. I'm using Choices. I tried the plugin post type order but it does not order by date. Please help me to solve this issue. I have intermidiate skills on programmig so I can write the code if it does not exist just give me a little help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Isai
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bjconcan on "Brightbox Portfolio sort order"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-portfolio-sort-order#post-99238</link>
			<pubDate>Sun, 03 Mar 2013 13:36:15 +0000</pubDate>
			<dc:creator>bjconcan</dc:creator>
			<guid isPermaLink="false">99238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Perfect, thanks!&#60;/p&#62;
&#60;p&#62;-Bill
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Brightbox Portfolio sort order"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-portfolio-sort-order#post-99225</link>
			<pubDate>Sun, 03 Mar 2013 08:06:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">99225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up brightbox/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>bjconcan on "Brightbox Portfolio sort order"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-portfolio-sort-order#post-99184</link>
			<pubDate>Sun, 03 Mar 2013 01:20:14 +0000</pubDate>
			<dc:creator>bjconcan</dc:creator>
			<guid isPermaLink="false">99184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oops, I forgot to mention, this is in the Brightbox theme.&#60;/p&#62;
&#60;p&#62;-Bill
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bjconcan on "Brightbox Portfolio sort order"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-portfolio-sort-order#post-99179</link>
			<pubDate>Sun, 03 Mar 2013 00:23:32 +0000</pubDate>
			<dc:creator>bjconcan</dc:creator>
			<guid isPermaLink="false">99179@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I set the &#34;orderby&#34; parameter for the portfolio?  I'd like all of my entries to come up alphabetical.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Bill&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.atticfilmfest.org&#34; rel=&#34;nofollow&#34;&#62;http://www.atticfilmfest.org&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PearlsIntl on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-96257</link>
			<pubDate>Mon, 11 Feb 2013 23:27:24 +0000</pubDate>
			<dc:creator>PearlsIntl</dc:creator>
			<guid isPermaLink="false">96257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, bummer. That would be a great addition for the next update. Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-96252</link>
			<pubDate>Mon, 11 Feb 2013 23:14:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96252@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The only pages that will get the woocommerce sorting function are those generated by woo commerce. So the main shop page and then any overview page generated by it.&#60;/p&#62;
&#60;p&#62;I apologize if I was unclear but I meant you can use the template builder to create a page layout with its own settings and view and using the elements Sorting Option to choose how its output without any other user control. As of now, the theme doesn't have a way to display one
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PearlsIntl on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-96249</link>
			<pubDate>Mon, 11 Feb 2013 22:58:37 +0000</pubDate>
			<dc:creator>PearlsIntl</dc:creator>
			<guid isPermaLink="false">96249@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I've set up the page with the product element and the layout that I want. However there is still no way to sort the category. &#60;/p&#62;
&#60;p&#62;How do I get the sort bar to show up on this page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-96151</link>
			<pubDate>Mon, 11 Feb 2013 12:17:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi PearlsIntl,&#60;/p&#62;
&#60;p&#62;No, I don't believe there is. The shortcode product output is independent of any setting on the page. &#60;/p&#62;
&#60;p&#62;What you might want to try is creating a template with the template builder that uses the layout you want and for the products use the product element. Then try and set it the way you want it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PearlsIntl on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-96011</link>
			<pubDate>Sun, 10 Feb 2013 00:55:15 +0000</pubDate>
			<dc:creator>PearlsIntl</dc:creator>
			<guid isPermaLink="false">96011@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I gave it a shot but I had a couple of issues with the result. &#60;/p&#62;
&#60;p&#62;What I'm trying to do is have this (social media and search bar at the top, big splashy image and writing):&#60;br /&#62;
&#60;a href=&#34;http://www.pearlsinternational.com/search-pearls-color/black-gunmetal-gray-pearls/&#34; rel=&#34;nofollow&#34;&#62;http://www.pearlsinternational.com/search-pearls-color/black-gunmetal-gray-pearls/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but immediately below it, instead of using the shortcode to include category items, I want to have an ADDITIONAL bar with sort box, followed by category items like this:&#60;br /&#62;
&#60;a href=&#34;http://www.pearlsinternational.com/product-category/search_by_color/black_and_gunmetal/&#34; rel=&#34;nofollow&#34;&#62;http://www.pearlsinternational.com/product-category/search_by_color/black_and_gunmetal/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;So basically, a standard category page with a nice heading above it and search/social media at the very top.&#60;/p&#62;
&#60;p&#62;When I inserted the heading into the description area on the category page, it looked lovely, except that the sort box popped up in the middle of the big image in the heading, and there was no social media/search bar. &#60;/p&#62;
&#60;p&#62;Please let me know if there's a way to add the sort box (linked to that category's short code) to the content of the page itself.&#60;/p&#62;
&#60;p&#62;Thanks for your help, I appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-95959</link>
			<pubDate>Sat, 09 Feb 2013 08:14:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You can add a description text to the category pages (see: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-change-content-in-category-of-product&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-change-content-in-category-of-product&#60;/a&#62; ). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PearlsIntl on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-95904</link>
			<pubDate>Fri, 08 Feb 2013 21:44:06 +0000</pubDate>
			<dc:creator>PearlsIntl</dc:creator>
			<guid isPermaLink="false">95904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;On the same note, I am using short codes to insert individual categories on their own pages. I have the Woocommerce sorting method set to default, and on the general shop page, everything is working smoothly and according to the orders I have defined. &#60;/p&#62;
&#60;p&#62;The problem is that on the page where I am using the short code to display the category, the items are still being sorted by the most recent. Any assigned rankings don't appear to be universal. Another issue is that no sort box is showing on these pages. This makes it very hard for customers to navigate the page and find what they are looking for. Example: &#60;a href=&#34;http://www.pearlsinternational.com/search-pearls-color/white-ivory-pearls/&#34; rel=&#34;nofollow&#34;&#62;http://www.pearlsinternational.com/search-pearls-color/white-ivory-pearls/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Is there a way to edit and add content to the category pages themselves, or am I stuck using short codes that won't behave?&#60;/p&#62;
&#60;p&#62;TIA for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "My Post Order to use on Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/my-post-order-to-use-on-portfolio-page#post-94544</link>
			<pubDate>Fri, 01 Feb 2013 17:25:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94544@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to get it sorted out :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertlagrange on "My Post Order to use on Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/my-post-order-to-use-on-portfolio-page#post-94500</link>
			<pubDate>Fri, 01 Feb 2013 12:22:43 +0000</pubDate>
			<dc:creator>albertlagrange</dc:creator>
			<guid isPermaLink="false">94500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your reply and help.&#60;/p&#62;
&#60;p&#62;I found another plugin that worked perfectly. It's Post Types Order: &#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;&#60;/p&#62;
&#60;p&#62;I didn't have to change any code.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Albert
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "My Post Order to use on Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/my-post-order-to-use-on-portfolio-page#post-94373</link>
			<pubDate>Thu, 31 Jan 2013 17:09:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Albert,&#60;/p&#62;
&#60;p&#62;Try the plugin first as it should work without issue. I know there have been some updates recently with some of the themes but I think Avisio still works with it.&#60;/p&#62;
&#60;p&#62;It won't hurt to try but that would be the best and easiest solution to sorting them.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>albertlagrange on "My Post Order to use on Portfolio Page"</title>
			<link>http://www.kriesi.at/support/topic/my-post-order-to-use-on-portfolio-page#post-94341</link>
			<pubDate>Thu, 31 Jan 2013 15:39:17 +0000</pubDate>
			<dc:creator>albertlagrange</dc:creator>
			<guid isPermaLink="false">94341@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope you're doing very well.&#60;/p&#62;
&#60;p&#62;I'm using your Avisio theme. I really need to change the order of the posts on the Portfolio page. There is a plugin called &#34;My Post Order&#34; (&#60;a href=&#34;http://wordpress.org/extend/plugins/my-posts-order/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/my-posts-order/&#60;/a&#62;) that can do that but I'm not sure if this will work with the Avisio theme. When I open the template_portfolio.php page it looks as if there are already a lot of customizations.&#60;/p&#62;
&#60;p&#62;You can see my portfolio page here: &#60;a href=&#34;http://www.universityofmakeup.com/makeup-training-center/&#34; rel=&#34;nofollow&#34;&#62;http://www.universityofmakeup.com/makeup-training-center/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Will I be able to sort the posts in a custom order e.g. drag and drop interface used by &#34;My Post Order&#34;.&#60;/p&#62;
&#60;p&#62;I'm looking forward to hear from you.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;br /&#62;
Albert
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-92571</link>
			<pubDate>Mon, 21 Jan 2013 08:14:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Did you select &#34;Default sorting&#34; on the admin page (WooCommerce &#38;gt; Settings &#38;gt; Catalog)? Otherwise WC will not use your custom order but will sort the products alphabetically, etc. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hanlinsg on "Unable to sort product orders"</title>
			<link>http://www.kriesi.at/support/topic/unable-to-sort-product-orders#post-92401</link>
			<pubDate>Sat, 19 Jan 2013 12:21:27 +0000</pubDate>
			<dc:creator>hanlinsg</dc:creator>
			<guid isPermaLink="false">92401@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
i'd like to sort out the order of my products in the shop page. The order wasn't sorted out like how I arranged them in Woocommerce. May I know how do I deal with this issue please?&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87579</link>
			<pubDate>Tue, 11 Dec 2012 09:49:50 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">87579@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Got it. Thanks Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87577</link>
			<pubDate>Tue, 11 Dec 2012 09:23:59 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">87577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!!! It doesn't seem to work when I change the published date on the portfolio items. Still playing with it.&#60;/p&#62;
&#60;p&#62;would I use &#34;DESC&#34; instead of &#34;ASC&#34; to reverse the date order?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87574</link>
			<pubDate>Tue, 11 Dec 2012 08:58:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Following code should sort the entries by date (ascending order):&#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;ASC&#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>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87573</link>
			<pubDate>Tue, 11 Dec 2012 08:47:43 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">87573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude.&#60;/p&#62;
&#60;p&#62;Seems like they are now sorting by creation date (not modified, unfortunately). Do you know how I can simply reverse this?... so those created last are the ones at the top of any sortable grid?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87554</link>
			<pubDate>Tue, 11 Dec 2012 06:47:34 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87554@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you're using the post types order plugin you need to sort it manually (it uses the menu order field to order the items). Otherwise they're sorted by date. You can use the code I posted here: &#60;a href=&#34;http://www.kriesi.at/support/topic/order-porfolio#post-84826&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/order-porfolio#post-84826&#60;/a&#62; to change the portfolio order (probably won't work with the post types order plugin).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87509</link>
			<pubDate>Mon, 10 Dec 2012 22:11:38 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">87509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can we confirm with the developer? This has become an important issue... and I can't seem to move any of these items in a portfolio... not by date, alphabetical, etc.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87351</link>
			<pubDate>Mon, 10 Dec 2012 12:44:42 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87351@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mgma,&#60;/p&#62;
&#60;p&#62;I believe the default ordering is by data with newest first.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87333</link>
			<pubDate>Mon, 10 Dec 2012 08:52:34 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">87333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude. What is a &#34;default&#34; order? What is the criteria?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-87061</link>
			<pubDate>Sat, 08 Dec 2012 08:36:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Afaik the &#34;All&#34; sort link will display the posts in the default order. You can try to use plugins 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 change the default order. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Sorting within a Portfolio"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sorting-2#post-86991</link>
			<pubDate>Fri, 07 Dec 2012 21:39:02 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">86991@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When viewing a portfolio template page, we would like the default 'All' sorting option...&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;#&#38;quot; data-filter=&#38;quot;all_sort&#38;quot; class=&#38;quot;all_sort_button active_sort&#38;quot;&#38;gt;All&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;... to display the products (blocks?) in that portfolio so that products in a certain category appear first. &#60;/p&#62;
&#60;p&#62;( I think currently the all-sort filter displays newest products first?  )&#60;/p&#62;
&#60;p&#62;So if we have a portfolio called  'Writing' and the sort links are:&#60;br /&#62;
All / Best Sellers / Spelling / Grammer&#60;/p&#62;
&#60;p&#62;And a user clicks on All (or when the page first loads) ,  they see all the products but the Best Sellers are at the top of the grid.&#60;/p&#62;
&#60;p&#62;So this would require a js tweak and / or something  else ? &#60;/p&#62;
&#60;p&#62;Any pointers appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "PORTFOLIO SORT ORDER - REVERSE CHRONOLOGICAL"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-sort-order-reverse-chronological-1#post-86192</link>
			<pubDate>Sun, 02 Dec 2012 18:51:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">86192@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; The second post in this thread answers your question :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
