thosethingstheysaid
Member
Posted 11 months ago #
Hello! I'm currently working on the menu of my blog, and I'd like to be able to highlight the current page. The thing is, I have a different color for each menu item and would like those colors to be the highlights. Would I be able to apply this page from the codex ( http://codex.wordpress.org/Dynamic_Menu_Highlighting ) to my current menu?
http://thosethingstheysaid.com
Much easier to use the WP3 menu system for your menu and get both current page highlighting and mutlilevel dropdowns: http://codex.wordpress.org/Function_Reference/wp_nav_menu Look at a copy of Twenty Ten for an example to see how to adapt the theme you're using.
thosethingstheysaid
Member
Posted 11 months ago #
Thanks for the response! I was already using wp_nav_menu so I'm now trying to understand...is the current-menu-item already included with wp_nav_menu? I honestly can't comprehend the codex...it might just be me but I feel like there are lapses in information, haha.
thosethingstheysaid
Member
Posted 11 months ago #
Oh! I just figured it out. Thank you for pointing me in the right direction!