When posting a question, would it be possible to create a 2nd drop down menu for choosing the sub category so they are not all on one list?
eg :
Category
grocery
Sub Category
rice
is there any hook or something that i can paste in functions.php. Thanks a lot for this plugin
Will support Equation Editor plugin ?
I have enabled Re-Captcha but when I have clicked on options. Nothing is showing there to add keys there. Can you please help me?
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?
Hi, How do I filter using Question_Query only for featured or not featured questions?
I currently use this code:
$args = array(
‘ap_order_by’ => ‘oldest’,
‘showposts’ => 3
);
$loop = new Question_Query($args);
Is there a way to get the question list to auto-refresh on new questions being posted, new votes cast?
I created a question. Then I answered it.
Click on the “Active” tab & all my question-answer became Nested-Duplicate.
See here https://futurecaps.com/stock-question/i-am-holding-yes-bank-for-last-5-years-what-should-i-do/
Is this a bug?
How to fix this?
I have created the Anspress plugin categories as hierarchies, but it does not show the categories as hierarchies in the ask question form. How can I show the categories as hierarchies.