ID author of the best answer
I need to pull in the template file ID of the author of the best answer how to do it?
winfolk (Buyer) Answered question
winfolk (Buyer) commented
Yes!
$thispost_id=$post->ID; $best_answer = ap_selected_answer( $thispost_id ); $answer = get_post( $best_answer ); $author_id_best = $answer->post_author;
winfolk (Buyer) Answered question
Sorry I am not able to understand. You want user ID of best answer?