Sort Order for a Custom Query in a Post Type Archive Not Working
I have solved my problem and it had nothing to do with the query, the database or the post type. The problem was that in trying to initially construct the query I had left a pre_get_posts function in my functions.php which was conflicting with my query. The lesson here for me is to make sure … Read more