Drupal - PHP Add Taxonomy Term
Q: How can I programmatically create or add new Taxonomy Terms using PHP code?
A: Call the function taxonomy_save_term() passing in the details of the new taxonomy term.
- Kevin's blog
- 1 comment
- Read more
- 3108 reads
- Comments
Drupal - Taxonomy / Contemplate
Here is a link to a handy article that shows how to output a node's taxonomy terms (as links) from a drupal content template (contemplate).
- Kevin's blog
- Add new comment
- 1020 reads
- Comments
Drupal, Taxonomy Checkboxes
Q: How can I change the taxonomy term selection widget from the default list-box to checkboxes or radio buttons?
A: Just install the 'Taxonomy Super Select' module.
- Kevin's blog
- 1 comment
- Read more
- 1706 reads
- Comments









