Custom Post Type Archives by Date (stored as meta value) WP3.1

This doesn’t answer your question fully but it’s an attempt to help.

Take a look at: http://seebz.net/notes/#note-145 Sets up a CPT with date archives and sets up all the necessary rewrite rules.

As for using wp_get_archives() it doesn’t have the necessary hooks of filters for it to work with a CPT so I recommend that you copy the function and alter to your liking.

Leave a Comment