Alternative to get_pages() function?
-
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…
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Alternative to get_pages() function?’ is closed to new replies.