Reputation: 31
In Drupal 6. Using CCK I am creating a custom content type. And in this content type I create fields. Now one field is called location and it has a dropdown where you can select the location from a prepopulated list. I want these items to be a taxonomy for sorting purposes. how do I make them a taxonomy cause as of right now they are simple prepopulated text fields?
Upvotes: 0
Views: 91
Reputation: 565
The simple answer is to use the Content Taxonomy module. Then just create the vocabulary and add a field of this type to your content type, linking it to that vocabulary.
Upvotes: 1