How do you remove the default title and body fields in a CCK generated Drupal content-type?

Craig Hyatt picture Craig Hyatt · Sep 18, 2008 · Viewed 14.9k times · Source

When you create a new content type in Drupal using the Content Creation Kit, you automatically get Title and Body fields in the generated form. Is there a way to remove them?

Answer

William OConnor - csevb10 picture William OConnor - csevb10 · Sep 18, 2008

If you're not a developer (or you want to shortcut the development process), another possible solution is to utilize the auto_nodetitle module. Auto nodetitle will let you create rules for generating the title of the node. These can be programmatic rules, tokens that are replaced, or simply static text. Worth a look if nothing else.