'question', 'paged' => $paged); $question = new WP_Query( $args ); ?>
have_posts() ) : ?>
have_posts() ) : $question->the_post(); include(ap_get_theme_location('content-list.php')); endwhile; ?>