I have a category structure which goes Socks>>Casual>>No-Show, Crew and would like the URL to be socks/casual/no-show.html, for example.
However, I would like the generated top navigation menu ("topMenu") to skip the 2nd level, i.e. "Casual", so that the dropdown menu shows Sock>>No-Show, Crew.
What's the best way to do this?
Thank you!