Suppose I have a post meta like "Region" it will contain values like "Region 1", "Region 2" etc. But it should only contain ONE value. Also I would like it to have an archive page. If I use custom taxonomy, users can select more than 1 value. Is it possible to have a drop down type selection instead?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
For mutually exclusive values use post meta. It is faster to read than assigned taxonomies too. It is possible to create your own interface:
But in most cases you’re doing something wrong and misuse the taxonomy. ;) |
|||||
|
|
Perhaps these posts will help you achieve that : |
|||
|
|