John Allen
asked 8 years ago

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
Allen
answered 8 years ago

@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' );
cortex
replied 8 years ago

WOW! worked right away!!! thanks!

Powered by DW Question & Answer Pro