How plugin built-in profile system is working?
Can users upload custom profile images from the front-end? If the plugin has this type of feature please let me know how can I use it?
Please guide me.
After installing Anspress, I was surprised that instead of displaying questions and answers it’s displaying news from my website instead. You can take a quick look at the “Questions” page to see what I mean. https://onitshagra.com/questions/
I hope to get help on how to solve this. Thanks
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?