Shortcode to force category not working
I am using [anspress question_category=””] I have created a category call “ESP8266 Module” with a slug of ans-esp8266-module and have tried:
[anspress question_category=”ESP8266 Module”]
and
[anspress question_category=”ans-esp8266-module”]
and neither work, I just get questions/answer for all and not the specific category.
Volodymyr Pekh commented
You args should be:
[anspress categories="ans-esp8266-module"]
Richard_Sloan (Buyer) commented
I have tried this many times and can not make it work 🙁
Rahul Aryan commented
There was a typo. Please use categories instead of category.
Hey, could you please point me where can I read about all available shortcodes and how to use them? Thank you in advance!