Marina Coste
asked 8 years ago

I would like to add widgets to wordpress sidebar : popular questions, recents questions, question categories, recent questions ? If there is any plugins to do that, if yes how to find them?

1 Answers
DominicStaff
answered 8 years ago

At the moment, our plugin version 1.4.0 have disabled the widgets to check and update it in the next version. However, you can add the following code to the wp-content -> plugins -> dw-question-answer -> dw-question-answer.php file and under line 29 to enable the widgets.

require_once DWQA_DIR . 'inc/widgets/Closed_Question.php';
require_once DWQA_DIR . 'inc/widgets/Latest_Question.php';
require_once DWQA_DIR . 'inc/widgets/Popular_Question.php';
require_once DWQA_DIR . 'inc/widgets/Related_Question.php';
Powered by DW Question & Answer Pro