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 :/
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.
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
Please read this thread and follow the instructions given there.