Hi guys!
I'm in the process of developing a dynamic navigation system for a client website that uses the get_pages() function to build it hierarchically, based on parent and child Pages.
Problem is, the get_pages() function is horribly big and inefficient, in that it grabs the content of the Pages, as well as the other attributes.
- is there an alternative to using the get_pages() function? And if not;
- is there a way of excluding the content part of the Page via a query of some sort, without hacking WordPress itself?
Thanks, and speak soon...