Home › Forums › Back End › Is this possible to do in WordPress??? › Re: Is this possible to do in WordPress???
June 8, 2009 at 2:49 am
#58708
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: