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
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 !
Thank you, problem solved
Please login or Register to submit your answer