Non-clickable menu item
-
Topic
-
I’ve gone through the video about how to create a menu item that is non-clickable. Works great.
Say, however, that the menu name is “dog”, and sub-items are cat, chicken and cow. Via the UI, I can only click on cat, chicken and cow, but not “dog”, as expected.
When I click on any of the sub-items, say “cat”, the URL is now http://domain/dog/cat, which is good.
However, if I manually set the URL to http://domain/dog, I can access the page, even though it’s not clickable from the menu.
If I delete the page “dog”, the non-clickable menu still works as the “dog” in the menu is from a new link, and not from the page itself (the page is there only to ensure the breadcrumb is proper). However, the breadcrumb turns from
to
http://domain/cat (not good).
How do I make page “dog” non-accessible, or better yet, not even have page “dog” and instead be able to keep the proper breadcrumb?
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.