Home › Forums › Back End › How can I display all of my pages on a single page in WordPress? › Re: How can I display all of my pages on a single page in WordPress?
June 13, 2011 at 12:11 pm
#73167
Member
The wp_list_pages function only lists the titles. If you want to have the content show you’ll have to use the loop.
If you know the IDs of the pages then you can just run a loop of those specific pages. The only thing you can do, really.