I haven’t found anything covering this so I’m gonna start a new thread:
Is there any way do exclude the home page link from the home page ONLY? I know I could do this with CSS but that’s not an option as it would mess with the styling of the menu (I’m using the :first-child pseudo class fo different styling and a hidden element isn’t equal to a non-existent/removed element).
“Exclude from nav” would hide the link on all pages but I just want it to not show up on the home page (since that’s redundant). What’s the way to do this?
I’m sorry to bump this thread but doesn’t anybody have an idea if and how this is possible? I’ve already tried to mess with the auto-nav settings such as just displaying pages from one level below (since in the sitemap the home page is parent of everything) but somehow the home page seems to be a special case.