I have looked everywhere, and can't seem to find in any documentation a way to list all of the sub-pages of a page, like a contents listing.
Here is my example:
http://www.pinnaclechandler.com/medical-library/
This pages purpose is to list all of the sub-pages. But these pages change sometimes, and it is hard to have to manage the pages manually, keep links up-to-date.
To link to an individual page, you simply use this code:
But you still have to manage each new and removed link manually. So I guess I'd expect a code like this to make it work the way I want (Example Only - not real):
Code: Select all
{cms_subpages type="ol" page="14"}
As you can see from my example page above, this would be handy. Can anyone provide me with the right code, or tell me of a module that provides this functionality?