Karen Doyle
asked 9 years ago

What is Answered label in filter?
It show empty although I have all questions answered.

thanks

1 Answers
DominicStaff
answered 9 years ago

Hi,
At the moment, our plugin have some buggy about Filter section. I sent and notified our technical team about this problem. We will check and fix it in the next version.
You can try this to fix this problem. Open the inc/filter.php file, go to Line 400
in case replied you add this :

$args['meta_query'][] = array(
     'key' => '_dwqa_status',
     'value' => array( 'answered' ),
     'compare' => 'IN',
     );
break;

Hope this helps !

termoplus
replied 9 years ago

Ok. No problem. I will wait for the next version. I hope it would be possible to hide filter from admin area.
thanks

dominic Staff
replied 9 years ago

At the moment, we have not yet a specific time for upcoming update. We are checking and fixing bug.
We will try to finish all the issue around the DW Q&A plugin to release as soon as possible. Please stay tuned, we will inform you when released.
Thanks and cheers!

Powered by DW Question & Answer Pro