Content Architecture - Drupal Training Curriculum for Drupal Companies

Events happening in the community are now at Drupal community events on www.drupal.org.

Learning Objectives

Trainee will be able to build a system with proper content types

Course Content

  1. Introduction

  2. Content architecture or information architecture involves the combination of organizing, labeling, search, and navigation systems within websites and Intranets in order to improve findability and usability.
    http://www.zyxware.com/articles/4674/what-is-conten-architecture-and-why...

  3. Work with Content types

  4. It is important to select the proper content types while developing.
    Content Type is a pre-defined collection of data types (Fields) which relate to each other by an informational context.
    https://www.drupal.org/getting-started/6/admin/content/types

  5. Work with fields

  6. Field is a category of data that can be added to an element, for example: Title, Body, Comment body, Tags, Image.
    https://www.drupal.org/documentation/modules/field-ui

Reference

http://www.clevegibbon.com/content-architecture/
http://www.webdesignerdepot.com/2015/02/the-ultimate-guide-to-informatio...

Exercise

Exercise on Content architecture

Next » Advanced Theming