1) Start with a theme that has dropdown nav built in
2) In the Dashboard, assign the main nav page as the Parent on the pages you want as items on the dropdown nav. You do that in the “Parent” dropdown in the Attributes section when you are editing a page. (Can also be changed in Quick Edit).
That’s really all that’s necessary.
Hi Stvwif,
I tried that with twenty ten, it doesnt seem to work!!! strange.
<li id="categories">
<h2><?php _e('Band List'); ?></h2>
<form action="<?php bloginfo('url'); ?>/" method="get">
<?php
$select = wp_dropdown_categories('show_option_none=Go Steal!!!&show_count=1&orderby=name&echo=0');
$select = preg_replace("#<select([^>]*)>#", "<select$1 onchange='return this.form.submit()'>", $select);
echo $select;
?>
<noscript><input type="submit" value="View" /></noscript>
</form>
</li>
That’s what I uesd
http://i46.tinypic.com/2wp81ao.jpg
http://i50.tinypic.com/qn2rs0.jpg
Did it work out in the end? I have the same problem.
where would you add your content YOUAREtehSCENE?
http://www.trescinema.com
It is really annoying that I can’t make it work