Wordpress Sub-menu -


at least, lastest version of wordpress includes submenu features, reflected in navbar. however, wondering how display submenus inside children page, highlighting active page.

must use widget plugin?

first, you'll need generate menu.

a quick demo can found on site click here

after you've done that, you'll need add css show highlighted active page. simple little class wp_nav_menu() add's on when generating page.

the css .current-menu-item , need add attributes it. example below.

.current-menu-item {     font-weight: bold; } 

this should able need without using widget.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -