Hello,
I noticed that the dwqa_get_latest_answer
function in Status.php
sets the post_status argument to “public,private”.
However, in order for answers to be included in the $recent_answers
result, the status needs to include “publish”.
How can I properly make this change? Or am I doing something wrong? At the moment, content_question.php
doesn’t show the latest answer.
Thanks
Please login or Register to submit your answer