Title: Sorting pods with shortcode
Last modified: May 15, 2024

---

# Sorting pods with shortcode

 *  Resolved [Sebastian](https://wordpress.org/support/users/sebastianeisele/)
 * (@sebastianeisele)
 * [2 years ago](https://wordpress.org/support/topic/sorting-pods-with-shortcode/)
 * Hello,
 * I use the following shortcodes:
 *     ```wp-block-code
       [pods name="produkt" where="produkt-gruppe.meta_value='Basic' AND produkt-ubersicht_anzeigen.meta_value='1'" template="Produktliste_OhneDetails"]
       ```
   
 *     ```wp-block-code
       [pods name="produkt" where="produkt-gruppe.meta_value='Basic'" where="post_title LIKE '%Apfel%'" template="Produkttabelle_ohneNamen" orderby="post_title DESC"]
       ```
   
 * Here I would like the displayed values from pods (individual content type) to
   be sorted alphabetically according to the post title, but unfortunately I can’t
   get it to work. Examples for Post titles are:
    - Apfelkuchen 05/11 m. Äpfeln
    - Zitronenkuchen 04/22 o. Kerne
 * How can I add the shortcode to get alphabetical sorting?
 * Thank you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * (@keraweb)
 * [2 years ago](https://wordpress.org/support/topic/sorting-pods-with-shortcode/#post-17774564)
 * Hi [@sebastianeisele](https://wordpress.org/support/users/sebastianeisele/)
 * You’ve missed the `t.` prefix 🙂
   [https://docs.pods.io/code/pods/find/find-reference-table/#Field_Syntax_Reference](https://docs.pods.io/code/pods/find/find-reference-table/#Field_Syntax_Reference)
 * Cheers, Jory

Viewing 1 replies (of 1 total)

The topic ‘Sorting pods with shortcode’ is closed to new replies.

 * ![](https://ps.w.org/pods/assets/icon.svg?rev=3286397)
 * [Pods - Custom Content Types and Fields](https://wordpress.org/plugins/pods/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pods/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pods/)
 * [Active Topics](https://wordpress.org/support/plugin/pods/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pods/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pods/reviews/)

## Tags

 * [alphabetical](https://wordpress.org/support/topic-tag/alphabetical/)
 * [sorting](https://wordpress.org/support/topic-tag/sorting/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jory Hogeveen](https://wordpress.org/support/users/keraweb/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/sorting-pods-with-shortcode/#post-17774564)
 * Status: resolved