Advanced archive url structure (category, tag and date)

Yes, it’s possible. Use custom query variables, declare rewrite rules to organize permalinks.

For example, one can rewrite this URI:

/movies/bruce-willis/2011

to this one:

/index.php?post-type=movies&actor_tax=bruce-willis&requested_year=2011

(using WP_Rewrite)

You need to “declare” your own “query variables” and use them in your own archive template.