I am categorizing a custom posttype by a taxonomy (More Taxonomies) term for year. What I want is my custom post type to have the current year automatically selected as a default taxonomy term when I'm going to add a new post.
So, in pseudo code I would like the to set default taxonomy term for custom post type where term name is date("Y").
Any ideas how I can do this, and/or how to set default taxonomy term?