Is it possible to display the get_post_meta array in order?
-
Hey guys. I’m using get_post_meta to get an array of all values from a certain set of custom fields. I can display them, but they are in alphabetical order and I NEED them in the order I submitted on the actual page with the custom fields. For example, I enter 3 different values for the same custom field:
[key] Expansion
[value] The Burning Crusade[key] Expansion
[value] Wrath of the Lich King[key] Expansion
[value] CataclysmI enter those in that order, and that’s the order I need them to be displayed. I looked at the codex but it doesn’t give much information on get_post_meta.
If there’s no way to display custom fields in the order they are entered, does anyone else have an idea of how I could achieve the same result?
- The topic ‘Is it possible to display the get_post_meta array in order?’ is closed to new replies.