mk1623
Member
Posted 3 months ago #
I would like to set up the page menu like the following themes where I put the mouse over the parent page, it will show the sub pages.
http://wordpress.org/extend/themes/patagonia or
http://wordpress.org/extend/themes/poetry
Does anyone help me?
Thank you very much in advance.
Why don't you use one of those 2 themes? Or download them and extract the relevant code, markup and CSS?
mk1623
Member
Posted 2 months ago #
I only like the drop down menu.
To extract the relevant code, markup and CSS would be too difficult for me.
Thank you very much for your help though.
In short you use the code: wp_list_pages($arguments); to generate an unordered list of your pages in your header.
Then use css to style the list.
If you are aware of how to create wordpress theme templates I can provide you with the main css and html behind making a simple dropdown list.