• Resolved Mogwai

    (@ikipac)


    Hi,

    How to make an alphabetical list?

    Example:

    View post on imgur.com

    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 ago by Mogwai.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    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

    (@ikipac)

    A
    [catlist starting_with=”a”]
    B
    [catlist starting_with=”b”]

    This method is not working :/

    Plugin Contributor zymeth25

    (@zymeth25)

    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.
    Thread Starter Mogwai

    (@ikipac)

    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

    (@zymeth25)

    What version of the plugin are you running?

    Thread Starter Mogwai

    (@ikipac)

    List category posts: 0.76.1
    WP: 4.9.6
    PHP: 7.2.5

    Plugin Contributor zymeth25

    (@zymeth25)

    Please read this thread and follow the instructions given there.

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

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