Custom sort order in automatic wp_query
-
I have a custom post type created that I need to have sorted alphabetically by title. I know how to do this myself in my own custom wp_query loop, but how can I get WordPress to sort everything automatically when a single custom post type record is displayed using the single.php file?
The problem is that, when the previous/next posts pagination is displayed (using
previous_post_link
, etc) the posts are always in either chronological or ID order (can’t tell which).I’m sure there must be something that I can add to my functions.php file.
Cheers
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Custom sort order in automatic wp_query’ is closed to new replies.