I often come across questions from beginning WP developers asking how to create menu items which do not link to a physical page. That is, hovering over the menu item should expand the sub-menu, but clicking on the main menu item should not cause anything to happen, only the sub-menu items should link to another page. The way to do this is to create a custom menu item that links to #. The instructions below assumes that you’ve already created a custom menu.
Continue readingMenus
Tutorial, lesson, or example that demonstrates coding of menus.