Shortcode to force category not working

5.11K viewsIssues
1

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.

commented

Hey, could you please point me where can I read about all available shortcodes and how to use them? Thank you in advance!

0

Yes – I can confirm: it is working this way. Thanks Rahul – you made my day!

1

You args should be:

[anspress categories="ans-esp8266-module"]

I have tried this many times and can not make it work 🙁

There was a typo. Please use categories instead of category.