Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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?

#73167
TheDoc
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.