Alphabetizing Featured Listings
I love that you can select Alphabetical as an option for the Listings, but I'm trying to figure out a way to force the Featured images to display alphabetically, as well as first. I've tried posting the following:
$args['orderby'] = 'title';
$args['order'] = 'ASC';
in all sorts of places, but none of them work.
I've read through a ton of older posts, but none of the solutions work in the current version.
Anyone manage to do this with Version 1.2.1?