Top "Drupal-taxonomy" questions

Taxonomy refers to Drupal's content classification mechanism, organized into vocabularies and terms.

Drupal 7 views filter by node's taxonomy term

I have a similar question to my previous one (Drupal 7 views filter by dynamic taxonomy term), it's only the other …

drupal-7 drupal-views drupal-taxonomy
How can I theme the taxonomy/term/x page?

Although it was easy to find some info online about how to theme other stuff (e.g. search results), it …

drupal themes taxonomy drupal-taxonomy
Custom Taxonomy Term page in Drupal 7

I'm trying to make a custom Taxonomy Term page in Drupal 7. I've created a page--taxonomy.tpl.php file in my …

php drupal drupal-7 drupal-taxonomy
Drupal Views: Get nodes with the same taxonomy as the current node

I have a Content-Type with taxonomy-terms. It's a select-list, so it can have only one taxonomy - at least of …

drupal views drupal-views taxonomy drupal-taxonomy
How to link taxonomy terms to view page?

I have enabled the taxonomy menu module and created a custom view from my vocabulary terms. However, the taxonomy menu …

drupal drupal-7 drupal-views drupal-taxonomy
Drupal VIews Exposed Filter: Taxonomy Select List?

Drupal 6: I have a view (version 2) with an exposed filter on taxonomy term name. The provided exposed widget is a …

drupal drupal-6 drupal-views drupal-taxonomy drupal-exposed-filter
Getting Entity Malformed Exception error while adding a taxonomy term in drupal7

I'm using Drupal7. When i'm adding a new term in a taxonomy vocabulary getting the following error. "Entity Malformed excetion : …

drupal drupal-taxonomy drupal-entities
Drupal: how to make select list show taxonomy terms in hierarchy?

I have a block generated by Finder module (simple search mechanism). The block contains a form with select lists of …

drupal drupal-6 drupal-modules drupal-taxonomy
Drupal - How to get term Id from name with taxonomy_get_term_by_name

I have tried to use the following code to get a termId from a term: $term = taxonomy_get_term_by_…

php arrays drupal drupal-taxonomy
Drupal 7 - Insert taxonomy into node object

I have a script which successfully creates new nodes. But I'm having trouble setting the taxonomy before saving. I believe …

drupal drupal-7 drupal-taxonomy