For Posts you can have a preset category where all Posts fall if not specified otherwise (settings → writing).
Can this be done for custom post types that have a custom taxonomy?
The register_taxonomy
does not seem to offer parameters for that.
Thanks again 🙂
Try hooking into the save_post action to check the custom terms when a post gets saved: