Tag archive for "wp_nav_menu"
How to add support for navigation menus to your WordPress theme
The new navigation menus system in WordPress 3.0 looks promising, but in my opinion it's not very usable yet. Anyway, here's one way to add navigation menus to your theme while maintaining backward compatibility: In your theme's functions.php add something like the following code: <?php function mytheme_addmenus() { register_nav_menus( array( ... more
I am Nicolas Kuttler, a web developer, system administrator and IT consultant from France, currently living in Germany.