Please can you help me about how to get a menu in WordPress item by item and their own subitems ?
Leave a Reply
You must be logged in to post a comment.
Please can you help me about how to get a menu in WordPress item by item and their own subitems ?
You must be logged in to post a comment.
In order to get the menu’s parent items and their children and grand-children
the best way is to build a custom walker function.This will help
http://codex.wordpress.org/Class_Reference/Walker
http://codex.wordpress.org/Function_Reference/wp_nav_menu#Using_a_Custom_Walker_Function