Forums

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

Home Forums Back End Is this possible to do in WordPress??? Re: Is this possible to do in WordPress???

#58708
AshtonSanders
Participant
"xheathen" wrote:
Is this possible to do in WordPress???

ANYTHING IS POSSIBLE!!! MUAHAHAH!!!

But seriously:

Yes, that’s simple: wp_list_pages()

You can use that function to list pages in any spot in your theme.

Example:
You could put this code in the header to display only the three main pages (with ID of 5, 9 and 23):

Code:

Then you could put this in the sidebar to list all active pages:

Code: