Posted by pardoner on May 27, 2009 at 9:48pm
I know Wordpress is a bad word around here but it has an area for custom fields where I can submit meta data for each post. Is there something like that for Drupal.
I know Wordpress is a bad word around here but it has an area for custom fields where I can submit meta data for each post. Is there something like that for Drupal.
Comments
CCK Module
You can create new fields for your node types by using the CCK (Content Construction Kit) module. I believe Drupal 7 will have this functionality built-in.
You may also want to look at
You may also want to look at the Meta Tags module.