Using a shortcode, is it possible to insert only questions from a specific category into a page?
1 Answers
at this time , DW-Question Answer does not support that , but of course , you can use short code to query out questions from a specific category into a page.You need to write a short code function on your own, use WP_Query
with those agrument : ''post_type=>'dwqa-question'
, 'category_name=><your category >'
Please login or Register to submit your answer