I have used CCK with Link to create a news headline type that includes a headline with url link and a source. The content type forced me to have a title field as well.

When I created the view, the view, also displays the title. I want to have a simple list of headlines, with sources displayed below the headlines. How can I suppress the title being displayed? Ideally, I would be able to remove the compulsory title field as well.

Thanks for any suggestions.

Comments

zeta ζ’s picture

If you make a copy of node.tpl.php and call it node-type.tpl.php, eg. node-headine.tpl.php, then delete the bit about $title, you should find your headlines are without titles.

See http://drupal.org/node/11816
___________________
It’s in the detaιls…

demonstration portfolio

macuhail’s picture

That did it. Thanks!