For listing the post from a specific category you should use the following shortcode that worked for me:
[a-z-listing post-type=”post” taxonomy=”category” terms=”category-slug”]
I also had the same problem and the answer at the FAQ section saying to use ([a-z-listing taxonomy=”taxonomy-slug” terms=”term-slug”]) wasn’t useful for me.
-
This reply was modified 6 years, 3 months ago by jguillot.