Get the best or selected answer id from question id
Try this
$meta = get_post_meta($question_id, ANSPRESS_SELECTED_META, true); if(!$meta){ //No answer selected }else{ //$meta will return $answer_id }
Rahul Aryan commented
You know, answer and question are WP cpts so you can use WP function, i.e. get_post_field(‘post_content’, $answer_id);
Rahal Thenu commented
Thanks a lot Rahul …. 🙂
Hi Rahul,
Thank you so much .. It works perfectly .. Need another small help .
Any function to get the answer content from the answer_id .. actually I want to get the answer_content