You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to habari-users
I'm using subpages to organize my static pages and for most things I'm
really happy with it.
My only problem is that I can't figure out how to get submenus. It
seems like I can either display all pages (children and parents alike)
in the same list, or just the parents.
Ideally I'd want something like:
<ul>
<li> Parent A
<ul>
<li> Child 1 of Parent A
<li> Child 2 of Parent A
</ul>
<li> Parent B
<ul>
<li> Child 1 of Parent B
</ul>
</ul>
Did I just miss something or is this not an option with the current
plugin?