auto-nav, removing index.php and making certain links "not-clickable"
Permalink
I have two questions about the auto-nav (I'm using the auto-nav block but I can hard-code it if necessary)
1. Is there a way to get rid of the index.php?
I set my permalinks to "pretty-permalinks" but the auto-nav still includes index.php in the link, is there a way to remove this?
2. I have a page "films" with sub-pages. Is there a way to link the sub-pages but to remove the link for the parent-page (which doesn't really have content?)
1. Is there a way to get rid of the index.php?
I set my permalinks to "pretty-permalinks" but the auto-nav still includes index.php in the link, is there a way to remove this?
2. I have a page "films" with sub-pages. Is there a way to link the sub-pages but to remove the link for the parent-page (which doesn't really have content?)
2) You can add the page attribute replace_link_with_first_in_nav and add it to your films page. This way the autonav will change the any link pointing to this page to a link pointing to the first child of this page.