I am currently using views to pull small pieces of information to my front page to create a sort of updates area. I want to hide the tags and taxonomy terms associated with the nodes that I'm pulling. How can I achieve this? example is the homepage of www.learndigitalproduction.com I think the terms just clutter the page and make it look ugly.

Comments

Kuldip Gohil’s picture

You can use http://drupal.org/project/taxonomy_hide module
or you can theme node-{content-type}.tpl.php as per your need.