Selecting parent menu should show child menu
问题 I am developing a Wordpress site and trying to display my menu as shown in image. How can I display the sub menu when the parent menu is selected? 回答1: You can create your main top links with secondary nested like so <ul class="primary"> <li>Tutorial</li> <ul class="secondary"> <li>Photoshop</li> <li>Illustrator</li> <li>Flash</li> <li>HTML</li> <li>PHP</li> <li>Wordpress</li> <li>jQuery</li> <li>more...</li> </ul> <li>Wallpaper</li> <li>Get A Quote</li> <li>Photography</li> <li>Freelance</li