I'm curious, what's the difference between associating a post type with a taxonomy and associating a taxonomy with a post type? That is, what's the difference between using the $object_type parameter of register_taxonomy(), and using the $taxonomies argument of register_post_type() ? Steve