Hello,
I created a taxonomy for a custom post type. It has 39 terms.
Posts belong to several terms. I want to specify one of those terms as the primary.
My site shows five recent posts in a sidebar. The posts display a custom header based on their taxonomy term. Right now, WordPress decides which single term a post is associated with. I'm trying to prevent the sidebar from showing repeat custom headers.
The taxonomy terms appear in the post editor in a meta box with checkboxes. It would be nice if there were a second column with radio buttons to indicate the primary term. Another solution would be a drag and drop term sorter.
Does anybody have an idea of how to create this functionality?