Archive by Category/Dropdown
-
Hello! Can anyone give me a hand in modifying the following script to create a dropdown menu for pulling archived posts by category? I’m not sure what the correct syntax is. Code follows:
<form name="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>THANKS!!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Archive by Category/Dropdown’ is closed to new replies.