wp_list_pages Sort by Custom Field?
-
Looking through the Codex and Google and haven’t come up with an answer, so I figured posting here might help.
Is it possible to use wp_list_pages with a sort_column of a custom field?
I have a custom post type called Makers. The Title is the person’s full name. However, I want to display this in alphabetical order by last name. I created a custom field called sort_name with the last name (or first word of business name for the Makers it applies to). I’m listing all Makers in the sidebar and just need to get alphabetical by last name.
Since a few users will be working on this that aren’t great with anything technological, I don’t want to use manual sort order.
Any ideas?
Thanks!
– Matt
- The topic ‘wp_list_pages Sort by Custom Field?’ is closed to new replies.