ok I've learned something today (woohoo), that in header.php….
if I change the depth to 0, I get all the subpages, stacked on top of each other in the navigation bar.
<?php wp_list_pages('title_li=&depth=0'); ?>
I think what I am trying to do is to create a list of all pages on the actual page, rather than the navigation menu.
Do I need to create links using wp-admin to get the pages listed under the parent page "Tutorial"?
I know how to do this in html but I have no clue how to do this in wordpress. Is it the same?
Please help, I appreciate it.