Obada Kojak
asked 6 years ago

Hello, I am using dwqa and I have an issue, the plugin is showing an inaccurate replies count, it is always showing 12 replies when the number is over 12, which happens to be the number of posts per page I have set in WordPress settings.
I changed 

$answer_count = $answer->post_count;

To
$answer_count = $answer->found_posts;

In dwqa_question_answers_count function, and it now shows the correct number of replies, but of course I would not want to edit plugin core files to maintain the ability to update in the future.
So is this a bug? Or is it an incompatibility issue with my version of WordPress? How do I solve this without modifying plugin files.
nicoledylanm
replied 5 years ago

I am having the same issue. Has there been any progress on this issue?

Dominic Staff
replied 5 years ago

At the moment, the pro version has supported this option in the Settings of the plugin.
See the screenshot: http://prntscr.com/lc474v

1 Answers
DominicStaff
answered 6 years ago

Thank for your feedback. I sent and notified to our technical team about this issue. We will check and discuss about this issue. 

Powered by DW Question & Answer Pro