WP Dropdown List of Monthly Archives
1 2 3 4 |
<select name="archive-menu" class="dropdown" onChange="document.location.href=this.options[this.selectedIndex].value;"> <option value="">Select month</option> <?php wp_get_archives('type=monthly&format=option');?> </select> |