Including sub pages for current page
-
Hi all,
I have been struggling for 45 mins trying to get this right.
On my index page I have a side div that will list sub pages (child pages) of the current page (the parent page).
Unfortunately I have no idea how to do that.
I also will need to wrap some divs around each li.<div id = "leftLinks"> <div class = "wrapButton"> <div class = "top"></div> <div class = "middle"> <ul><li><a href = "">SUB LINK GOES HERE</a></li></ul> </div> <div class = "bottom"></div> </div> <div class = "wrapButton"> <div class = "top"></div> <div class = "middle"> <ul><li><a href = "">SUB LINK GOES HERE</a></li></ul> </div> <div class = "bottom"></div> </div> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Including sub pages for current page’ is closed to new replies.