'answer', 'post_status' => 'publish', 'post_parent' => get_the_ID(), 'showposts' => 10, 'orderby' => 'date', 'order' => 'DESC' ); $ans_args = apply_filters('ap_meta_box_answers_query_args', $ans_args); $answers = get_posts($ans_args); if(!empty($answers)){ foreach ($answers as $ans){ ?>
post_author, 30); ?> post_author); ?>

post_content; ?>

| |
ID); $vote_count = get_post_meta($post->ID, ANSPRESS_VOTE_META, true); ?>