Dropdown Archives

Archives

ABOUT

  • Plugin Description :
  • - Used to make your archives look neat.

HOW TO USE

You’ll need to put the code anywhere in your sidebar.

    <form id=”archiveform” action=”">
    <select name=”archive_chrono” onchange=”window.location =
    (document.forms.archiveform.archive_chrono[document.forms.archiveform.
    archive_chrono.selectedIndex].value);”>
    <option value=”>Select Month</option>
    <?php get_archives(‘monthly’,”,’option’); ?>
    </select></form>