Content Types
Content types is Drupal’s way of classifying and organising web pages (according to type of content) so we are afforded a convenient system for accessing,creating, updating and removing content.
Drupal provides some default content types in core like Articles, Basic page, etc.
We can also create custom content types (e.g. Events,Projects, etc.) depending on our needs.
Content Types mainly used on the site
- Basic Page - usually used for static pages like the Homepage, the About pages, Get Involved page and Contact Us page
- Article - used for creating the 'stories'.