Shortcode for questions unique to a page?
I’d like to get a shortcode that doesn’t show all questions but only the questions posted on the page that the shortcode is on. Is this possible? do I need to create a category/tag filter for each page?
Rahul Aryan Answered question
Hello,
You can pass post_parent argument to anspress shortcode like
[anspress post_parent="2323"]
Rahul Aryan Answered question