| name | language | licence |
|---|---|---|
| Display a Pages Menu in your Sidebar | PHP | BSD |
| Display an External RSS Feed | PHP | BSD |
| Display Recent Posts | PHP | BSD |
| Display Blogroll Links | PHP | BSD |
| Display Archives in a Drop-Down Box | PHP | BSD |
| Display PHP on a Single Page | PHP | BSD |
| TINYURL ON EVERY WORDPRESS-POST | PHP | BSD |
| Display an External RSS Feed | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 >
language: PHP
licence: BSD
Display Archives in a Drop-Down Box
options: view full snippet • send to code collector
<select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;’> <option value=\”\”><?php echo attribute_escape(__(’Select Month’)); ?></option> <?php wp_get_archives(’type=monthly&format=option&show_post_count=1?); ?> </select>



library
buttons (3)
wp (93)