Hi,
I need to close all questions after one answer? Right now after question has been answered it stays like "answered", how to mark it automatically as "closed"?
1 Answers
@john : hi you can try this : open file : dw-question-answer\inc\status.php
and then go to line 346
, change the code there to :
update_post_meta( $question_id, '_dwqa_status', 'closed' );
WOW! worked right away!!! thanks!
Please login or Register to submit your answer