I have a client that would like to have two sets of archive drop-down lists on her sidebar. One would be for posts ranging from 2002 to 2006 and another would be for her latest posts from 2006 on.
Is it possible to exclude certain years of posts using the wp_get_archives function?
I know there are several plugins out there that I could use that archive categories (which we could categorize posts by the year they were published), but the one I am using now is having a pagination conflict with wp-pagenavi, which is part of the theme we are using. I'd like to hardcode the archive php call directly into the sidebar, which seems to solve the conflict.
Thanks in advance for any help you might be able to provide.