Dr Adil Ramzan
asked 9 years ago

If you visit the homepage of askwebdr[dot]com and see the footer,
You will see that i have used closed questions widget there.
I have restricted the widget to show 3 posts but it doesn’t show 3 questions, it shows more?
how to solve it?
Best Regards.

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can open the \wp-content\plugins\dw-question-answer\inc\widgets\list-closed-question.php file then add the following code under line 26.
'posts_per_page' => $instance['number'],
Hope this helps !

dradil
replied 9 years ago

Thank you, problem solved

Powered by DW Question & Answer Pro