=== WP Dropdown Posts === Author: takien Contributors: takien Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=BL7ERUY46HPL8&lc=ID&item_name=WP%20Dropdown%20Posts%20Plugin¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted Tags: post, dropdown, jump, menu Tested up to: 2.9.2 Stable tag: 0.1 This plugin will show post list as dropdown == Description == This plugin will show post list as dropdown just like wp_dropdown_pages, most parameter wp_dropdown_pages are accepted too. == Screenshots == 1. Wp Dropdown Posts == Installation == 1. Upload the `wp-dropdown-posts.php` file to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Paste the following code to your theme file, e.g in your sidebar.php `<?php wp_dropdown_posts('sort_column=post_date&number=5'); ?>` That will show latest 5 posts in dropdown.