Skip to content

Instantly share code, notes, and snippets.

@marks
Created June 20, 2009 18:58
Show Gist options
  • Select an option

  • Save marks/133242 to your computer and use it in GitHub Desktop.

Select an option

Save marks/133242 to your computer and use it in GitHub Desktop.
<!-- 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