[wp-hackers] Specific menus on specific pages

Alexander Hempton-Smith hempsworth at gmail.com
Sun Aug 28 23:17:39 UTC 2011


Check out the 'menu_location' parameter in the wp_nav_menu function:
http://codex.wordpress.org/Function_Reference/wp_nav_menu

In your theme, just define the various locations and then use that in
the backend.

- Alex

Sent from my iPhone

On 28 Aug 2011, at 23:39, "Charel Büchler" <charel.buechler at gmail.com> wrote:

> Hi,
>
> I currently in the process of creating a theme for a client, I'm quite
> new into theme development for wordpress.. and I asked myself, if I
> would register a menu space in the functions.php is it possible to
> assign specific menus per page?
>
> Or is there maybe a plugin which could help me out on this?
>
> Cheers
> --
> Charel Büchler
> E: charel.buechler at gmail.com
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list