Title: Sorting Items
Last modified: March 6, 2018

---

# Sorting Items

 *  [Nate1](https://wordpress.org/support/users/nate1/)
 * (@nate1)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sorting-items/)
 * Hello,
 * Is it possible to provide an shortcode attribute to sort the embeds by a particular
   order such as release date or title?
 * Thank
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsorting-items%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [TM](https://wordpress.org/support/users/realtm/)
 * (@realtm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sorting-items/#post-10048174)
 * Hi [@nate1](https://wordpress.org/support/users/nate1/),
 * There isn’t an option at the moment to sort players with a particular order.
 * Are you talking about tracks in a playlist or just multiple individual tracks
   embedded in a post?
 * Are you looking into automating embedding tracks? Or is it to give people the
   option to filter all your tracks?
 * Cheers
 *  Thread Starter [Nate1](https://wordpress.org/support/users/nate1/)
 * (@nate1)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sorting-items/#post-10050259)
 * Thanks for Getting back to me.
 * It is simply for the purpose of presentation. Sorting the players/tracks based
   on some criteria.
 * I havn’t looked at how you are loading the items, but if they are provided in
   a list in PHP for display then they could be made sortable.
 *     ```
       $items = get_soundclouditems(INFO);
       if(SORT){
       // Title
       // Date of release if available
       }
       return $items;
       ```
   
 * Regards
 *  Plugin Author [TM](https://wordpress.org/support/users/realtm/)
 * (@realtm)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/sorting-items/#post-10053840)
 * Hi [@nate1](https://wordpress.org/support/users/nate1/),
 * Thank you for the example.
 * I’m still not sure I understand you where you need the sorting. Do you mean sorting
   the tracks in the back-end (when you are looking at your tracks to insert one)
   or in your front-end (what your visitor see on your website)?
 * Cheers

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/soundcloud-is-gold_e3f2f4.svg)
 * [SoundCloud Is Gold](https://wordpress.org/plugins/soundcloud-is-gold/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/soundcloud-is-gold/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/soundcloud-is-gold/)
 * [Active Topics](https://wordpress.org/support/plugin/soundcloud-is-gold/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/soundcloud-is-gold/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/soundcloud-is-gold/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [TM](https://wordpress.org/support/users/realtm/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/sorting-items/#post-10053840)
 * Status: not resolved