'question',
'post_status' => 'publish', // Or 'any'
'posts_per_page' => 20, // Add pagination later
'orderby' => 'title',
'order' => 'ASC',
);
$questions_query = new WP_Query( $args );
?>
have_posts() ) : ?>