0){
echo '
';
echo '';
ap_answers_tab();
echo '
';
if(ap_user_can_see_answers()){
echo '';
while ( $answers->have_posts() ) : $answers->the_post();
include(ap_get_theme_location('answer.php'));
endwhile ;
echo '
';
ap_pagination(false, $answers->max_num_pages);
}else{
echo ''.sprintf(__('Please %s or %s to view answers and comments', 'ap'), '
Login', '
Sign Up').'
';
echo do_action('ap_after_answer_form');
}
}