0){ echo '
'; echo '

'. sprintf(_n('%1$s answer', '%2$s Answers', $other_answer_count, 'ap'), ''.__('One', 'ap').'', ''.$other_answer_count.'') .'

'; 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'); } }