Title: Sorting Order
Last modified: October 22, 2016

---

# Sorting Order

 *  Resolved [zenerry](https://wordpress.org/support/users/zenerry/)
 * (@zenerry)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/sorting-order-2/)
 * Is there any way to change the sorting order in this plugin?
    by title or name,
   for example… by default it uses “date” I think…
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [marzipandaizy](https://wordpress.org/support/users/marzipandaizy/)
 * (@marzipandaizy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/sorting-order-2/#post-9082361)
 * Hi Zenerry, I think I have an answer for you. I have been able to sort the items
   alphabetically by adding these two lines to the waving-portfolio.php file.
 * ‘orderby’ => ‘title’,
    ‘order’ => ‘ASC’,
 * add them to here [starting at line 393]:
 * $args=array(
    ‘post_type’ => $type, ‘post_status’ => ‘publish’, ‘posts_per_page’
   => -1, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’, ‘waving_portfolio_tag’ => $tagCondition,‘
   cache_results’ => false);
 * You can also order by ‘DESC’ – this post was a useful reference:
    [https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters](https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters)
 *  Thread Starter [zenerry](https://wordpress.org/support/users/zenerry/)
 * (@zenerry)
 * [9 years ago](https://wordpress.org/support/topic/sorting-order-2/#post-9087859)
 * Great! I’ll try it later

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sorting Order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/waving-portfolio_8693a7.svg)
 * [Waving Portfolio](https://wordpress.org/plugins/waving-portfolio/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/waving-portfolio/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/waving-portfolio/)
 * [Active Topics](https://wordpress.org/support/plugin/waving-portfolio/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/waving-portfolio/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/waving-portfolio/reviews/)

## Tags

 * [date](https://wordpress.org/support/topic-tag/date/)
 * [name](https://wordpress.org/support/topic-tag/name/)
 * [order](https://wordpress.org/support/topic-tag/order/)
 * [sort](https://wordpress.org/support/topic-tag/sort/)
 * [time](https://wordpress.org/support/topic-tag/time/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 2 replies
 * 2 participants
 * Last reply from: [zenerry](https://wordpress.org/support/users/zenerry/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/sorting-order-2/#post-9087859)
 * Status: resolved