/ Published in: PHP
Expand |
Embed | Plain Text
<h2>Archives</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;’> <?php wp_get_archives(’type=monthly&format=option&show_post_count=1′); ?> </select>
You need to login to post a comment.
