list pages sorted by custom field
-
Hi,
I currently have a list of pages, displayed using the following code:
wp_list_pages(‘title_li=&child_of=’.$post->ID.’&echo=0′);
What I want to do is have this list sorted by the custom field “price”. Is this possible using the wp_list_pages function, or would I need to do it some other way?
Many thanks,
Jim
- The topic ‘list pages sorted by custom field’ is closed to new replies.