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
Post a Comment