* @package AnsPress */ // If this file is called directly, abort. if ( ! defined( 'WPINC' ) ) { die; } ?>

[ 'publish', 'private_post' ], ) ); ?> have_questions() ) : ?>

have_questions() ) { $questions->the_question(); echo '
'; echo '' . esc_attr__( 'Select', 'anspress-question-answer' ) . ''; echo '' . get_the_title() . '' . sprintf( _n( '%d Answer', '%d Answers', ap_get_answers_count(), 'anspress-question-answer' ), ap_get_answers_count() ) . ''; echo '
'; } ?>