How to show subpages and route page with auto nav
Permalink
I am using the auto nav box to great sub pages and with the autonav block. What I want to do is list the root page, "services",as the first link in the list i.e.
- Services
- Services sub 1
- Services sub 2
- Services sub 3
I have tried various combinations of settings but can't seem to get it. Can anyone help please?
- Services
- Services sub 1
- Services sub 2
- Services sub 3
I have tried various combinations of settings but can't seem to get it. Can anyone help please?
Is the autonav only showing one particular section of your site (i.e. is it a sidebar nav that shows up in interior pages, showing other pages in that section), or is this the primary site navigation that shows anything and everything?
If the former, I'd just make a custom template and hardcode the link to the parent page at the beginning of the list.
If the latter, I'd probably keep the template html as-is but modify my CSS to make the indenting look like it's in line with the children items.
If the former, I'd just make a custom template and hardcode the link to the parent page at the beginning of the list.
If the latter, I'd probably keep the template html as-is but modify my CSS to make the indenting look like it's in line with the children items.
I would have suggested creating an alias in the sitemap, but you can't create an alias directly underneath the page that is aliased I believe.