Sortere efter titel.
<?php if(have_posts()): query_posts('post_type=testimonials&orderby=title&order=ASC&posts_per_page=-1'); while(have_posts()): the_post(); ?>
Reference: https://codex.wordpress.org/Class_Reference/WP_Query
Sortere efter titel.
<?php if(have_posts()): query_posts('post_type=testimonials&orderby=title&order=ASC&posts_per_page=-1'); while(have_posts()): the_post(); ?>
Reference: https://codex.wordpress.org/Class_Reference/WP_Query