@swamparoo, your welcome. You can find the answer for your last question on the following thread. 😉
@diddledan, I see know, the documentation is OK. I really didn’t see the relation between a “taxonomy-slug” with “category”, sorry for my poor knowledge about WordPress, I am a newbie 🙂
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 7 years, 7 months ago by jguillot.