Dropdown menu : Select year within a category
-
Hi,
I tried to add a dropdown menu item so i can show specific posts from a category.
If i use :
<select name="year-menu" onChange="document.location.href=this.options[this.selectedIndex].value;"> <option value="">All</option> <?php wp_get_archives('type=yearly&format=option'); ?> </select>
i can show all posts from a specific year. But i need to do the same thing within a specific category (for exemple id 2).
I know wp_get_archives does not have argument to set the category. how can do the trick ?
Best regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Dropdown menu : Select year within a category’ is closed to new replies.