Display All Posts in a Drop Down
The following snippet will display all the Wordpress posts in a dropdown list. <form action="<? bloginfo('url'); ?>" method="get"><select id="page_id" name="page_id"><!--?php global $post; $args = array( 'numberposts' =--> -1); $posts =…