• I cant seem to find a way to create the drop link in the navigation section (as shown in the demo site). Any idea?

    ~Mich

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter michellelow

    (@michellelow)

    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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Creating drop down menu’ is closed to new replies.