Viewing 5 replies - 1 through 5 (of 5 total)
  • Look for ‘nrs folding pages’ plugin

    This example from the article you linked to works for me in 2.3.

    <li id="pages">
     <h2><?php _e('pages:'); ?></h2>
       <form action="<?php bloginfo('url'); ?>" method="get">
       <?php wp_dropdown_pages(); ?>
       <input type="submit" name="submit" value="go" />
       </form>
    </li>
    Thread Starter hitmanuk2k

    (@hitmanuk2k)

    Yes, is that possible without the aid of a go button though?

    Delete this line?
    <input type="submit" name="submit" value="go" />

    Just wondering…was this ever resolved? I’m trying to do the same thing…create a jump menu for my pages.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Dropdown Menu for Pages’ is closed to new replies.