Peter
asked 11 years ago

As you can see in the picture, if i click on ANSWERED then the result will be “0” instead to find that question about laming lodge. Designwall - Filter

3 Answers
DominicStaff
answered 11 years ago

Hi Peter !
Please download the latest version 1.2.3 in the following link: http://downloads.wordpress.org/plugin/dw-question-answer.1.2.3.zip
After updating, if you still face the issue, please send me admin account for further checking.
Regards,

DominicStaff
answered 11 years ago

Hi Peter !
I have notified our technical team about this problem. We will check and get back to you as soon as possible.
Regards,

Sunday Oyeniyi
answered 10 years ago

Hello, i have the same issue. I asked a question and i answered but when i click a answered filter he give me this message Sorry, but nothing matched your filter. You can ask question here

dominic Staff
replied 10 years ago

You can try this to fix this problem : open Inc/filter.php: 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 !

oyedwqa
replied 10 years ago

My issue is fixed! thank

Powered by DW Question & Answer Pro