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.

Hi, how to change to title “Ask a question” by “Hacer Pregunta”.

Hi, I’m looking to create a closed platform where people can ask questions and answers are only visible to the person who asked the question. Everybody else won’t see the question. Is this possible?

I want thie same type of button in question and answer form.

Thanks for this great plugin. Is there a way of code I could use to make all answers to all questions private by default? I don’t want the public option to be available.

If i do the update all questions broken.

Hi, is there a way to setup the plugin to automatically refresh the page when new answer or comment received. Now, being on the question page, the user must refresh the browser to see the new activities.