Title: Alphabetical list?
Last modified: May 16, 2018

---

# Alphabetical list?

 *  Resolved [Mogwai](https://wordpress.org/support/users/ikipac/)
 * (@ikipac)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/alphabetical-list/)
 * Hi,
 * How to make an alphabetical list?
 * Example:
 * > [View post on imgur.com](https://imgur.com/axiYrvY)
 * or
 * A
 * *Apost 1
    *Apost 2 *Apost 3
 * B
 * *Bpost 1
    *Bpost 2 *Bpost 3
 * C
 * *Cpost 1
    *Cpost 2 *Cpost 3
 * D
 * Not found
 * E
 * *Epost 1
    *Epost 2 *Epost 3
    -  This topic was modified 8 years, 1 month ago by [Mogwai](https://wordpress.org/support/users/ikipac/).

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

 *  Plugin Contributor [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * (@zymeth25)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10314745)
 * Hi
 * As of now, the only way to do this is with multiple shortcodes. You have to rely
   on the `starting_with` parameter. Example
 *     ```
       A
       [catlist starting_with="a"]
       B
       [catlist starting_with="b"]
       ```
   
 * and so on.
 * There is no automated option to generate it, unfortunately.
 *  Thread Starter [Mogwai](https://wordpress.org/support/users/ikipac/)
 * (@ikipac)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10314870)
 * A
    [catlist starting_with=”a”] B [catlist starting_with=”b”]
 * This method is not working :/
 *  Plugin Contributor [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * (@zymeth25)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10315126)
 * It is working on my end. Make sure you actually have posts with titles that start
   with given letters. Also make sure the post type is “post”, otherwise you might
   want to use the `post_type` parameter as well.
    -  This reply was modified 8 years ago by [zymeth25](https://wordpress.org/support/users/zymeth25/).
 *  Thread Starter [Mogwai](https://wordpress.org/support/users/ikipac/)
 * (@ikipac)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10317448)
 *     ```
       A
       [catlist starting_with="a" post_type="post"]
       B
       [catlist starting_with="b" post_type="post"]
       ```
   
 * Not working again.
 * All other shortcodes work perfectly. Only ‘starting_with’ not working.
 *  Plugin Contributor [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * (@zymeth25)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10317834)
 * What version of the plugin are you running?
 *  Thread Starter [Mogwai](https://wordpress.org/support/users/ikipac/)
 * (@ikipac)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10317947)
 * List category posts: 0.76.1
    WP: 4.9.6 PHP: 7.2.5
 *  Plugin Contributor [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * (@zymeth25)
 * [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10318048)
 * Please read [this thread](https://wordpress.org/support/topic/problem-witz-starting_with/)
   and follow the instructions given there.

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

The topic ‘Alphabetical list?’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [zymeth25](https://wordpress.org/support/users/zymeth25/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/alphabetical-list/#post-10318048)
 * Status: resolved