Created
June 20, 2009 18:58
-
-
Save marks/133242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- START Mark's [Sub]Page Tree Drop Down Box --> | |
| <form action="<?php bloginfo('url'); ?>" method="get"> | |
| <?php wp_dropdown_pages(array( | |
| 'depth' => 0, | |
| 'child_of' => 0, | |
| 'selected' => $post->ID, | |
| 'echo' => 1, | |
| 'name' => 'page_id' )); ?> | |
| <input type="submit" name="submit" value="Go" /> | |
| </form> | |
| <!-- END Mark's [Sub]Page Tree Drop Down Box --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment