[wp-hackers] Split wp_nav_menu object
Lionel POINTET
lionel.pointet at globalis-ms.com
Tue Apr 3 18:13:19 UTC 2012
Hi Dmitry,
See that comment which explains the way the "Walkers" work in WP :
http://wordpress.stackexchange.com/questions/14037/menu-items-description/14039#14039
You need exactly that imho : deal with the wp_nav_menu options (
http://codex.wordpress.org/Function_Reference/wp_nav_menu) and the Walker's
methods to create the menu as you want it to be.
Lionel
2012/4/3 Dmitry Tokmakov <dmitry at getmoxied.net>
> Hi everyone,
>
> I have a UI that I am coding that separates wp_nav_menu() into 3 separate
> columns. I am looking to find a way to split this using php or built in WP
> functionality. Does someone know how I can split this into 3 columns based
> on number of items or a similar method.
>
> Thank you,
>
> Dmitry Tokmakov
>
> _______________________________________________
> 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