What is Answered label in filter?
It show empty although I have all questions answered.
thanks
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 !
Ok. No problem. I will wait for the next version. I hope it would be possible to hide filter from admin area.
thanks
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!
Please login or Register to submit your answer