I need solution that provied separated fields for intro text and main body while inserting new content.
Is this possible to do in Drupal ?
I need this very much.
If this is possible how to achive this ?
Thanks in advance.

Comments

nevets’s picture

You can use CCK to either add fields to existing content types, for example add a "intro" field to the story content type, or define completely new content types with the data fields that you want.

polar-bear’s picture