'assessment',
'post_status' => 'publish', // Or 'any' if you want drafts etc.
'posts_per_page' => -1, // Show all
'orderby' => 'title',
'order' => 'ASC',
);
$assessments_query = new WP_Query( $args );
?>
have_posts() ) : ?>
|
|
have_posts() ) : $assessments_query->the_post(); ?>
|
|