Mohammad Haidar
Mohammad Haidar

Reputation: 35

how to get a menu in Wordpress item by item and their own subitems?

Please can you help me about how to get a menu in Wordpress item by item and their own subitems ?

Upvotes: 1

Views: 105

Answers (1)

Nazim
Nazim

Reputation: 564

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

Upvotes: 3

Related Questions