I am trying to create multiple depth levels in Arthemia theme. It follows this wp_list_pages command atm. Anyone knows how to use it to create multiple depth levels so that they show as drop down menu in the theme?
What you are looking for is "Nested" navigation. Depends on the theme... i don't use that one... but now you might have better luck searching for tutorials for what you are tying to accomplish. Youtube is a great teacher for these kinds of things.
codex.wordpress.org/Function_Reference/wp_list_pages you can use args (depth, how_date... there is a list that contain all args about wp_list pages in the link.) to modify wp_list_pages.
I worked over wordpress themes but did not worked over multiple depth levels to show drop down menu but I am sure you will get the answer for this if you will Google it.
- codex.wordpress.org/Function_Reference/wp_list_pages - as combed pointed is your first stop to look for. - since you're using Arthemia theme, why dont you ask the vendor?
How to use function.php if I want to insert some more code in function.php, all functions got mess up..................