List custom posts alphabetically except for the first item
-
I am trying to list all posts in a custom post type alphabetically with the exception of the first post. I know how to make the list alphabetical (‘order’ = ‘asc’)
For example, if I have the following list:
apple, banana, melon, tomato
I want to list it so that it says:
melon, apple, banana, tomato
so that a specified post appears first, and then the rest are listed alphabetically (excluding the first post)
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘List custom posts alphabetically except for the first item’ is closed to new replies.