Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save idavinder/5475902 to your computer and use it in GitHub Desktop.
Save idavinder/5475902 to your computer and use it in GitHub Desktop.
Pages as drop down box
<form action="<?php bloginfo('url'); ?>" method="get">
<?php wp_dropdown_pages('include=532,389,417,450,472,510,502,520 &selected=532'); ?>
<input type="submit" name="submit" value="Click here" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment