Main way of listing a page in this particular theme is like so:
<h1>Header</h1>
<.ul>
<.li>Link<./li>
<./ul>
<h2>Footer</h2>
which creates this:
https://teamsng.com/infliction/helpmewp3.gif
I tried doing what you said there, changed it a tiny bit to try to get it to work with the coding, but it didnt work. ??
I need ‘Header’ to say the Parent-page, and ‘Link’ to say the child-pages, each inside it’s own <.li>, but all within the same <.ul>