Creating Dynamic Content in Drupal: A Comprehensive Guide

thumb_up 1  ·  sell Crafting web content in Drupal, Adding and managing content in Drupal

In this chapter, let us study about Creating content. In Drupal, content type defines the style in which contents are collected and displayed. When you install Drupal, by default two content types will be fixed and they are Articles and Basic page. When you enable other core and contributed modules by visiting Modules you can also use other content types.

Following are the simple steps used for creating content.

Step 1 − Click Content as shown in the following screen.

 

 

Step 2 − Click on Add content as shown in the following screen.

Drupal Create Content

Step 3 − You can choose any of the content type. We shall take Basic page as we have already studied about Articles and Blog entry. Click Basic page as shown below in the following screen.

 

 

Step 4 − Next, you will see the screen as shown in the following screen. You can add content to the page and click the Save button to save the content.

 

 

Following are the details about the fields present in the preceding screen.

  • Title − It specifies the title of the page.

  • Body − Write the content of your page.

  • Menu setting − It allows you to provide a menu link.

  • Revision Information It provides an explanation of the changes you are making.

  • URL path settings − It allows you to optionally define an alternative URL, by which your content can be accessed.

  • Comment Setting − It allows users to send their comments depending upon the permission you set that is Open or closed.

  • Authorizing information − It specifies the author information.

  • Publishing options − It permits you to promote your content to the front page and stick your content on top of the list on the front page.

Step 5 − Finally, you can see your page will be created and displayed similar to the following screen.

 

 

The End! should you have any inquiries, we encourage you to reach out to the Vercaa Support Center without hesitation.

Was this answer helpful?

Related Articles

description

An Introduction to Drupal

    Drupal is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content. It is…

arrow_forward
description

Installing Drupal: A Comprehensive Guide

    This chapter provides step-by-step procedure for Drupal installation. Before installing Drupal, the following system requirements are…

arrow_forward
description

Understanding the Drupal Architecture

  Drupal is a platform for web content management which is a powerful tool for building simple and complex sites. In this chapter, we are…

arrow_forward
description

Exploring Drupal's Main Menu Functionality

    In this chapter, we will study how to Create Menus in Drupal. Menus are very important to easily navigate in your website. Menus…

arrow_forward
description

Mastering Drupal's Blocks and Regions

  In this chapter, we will study about Drupal Blocks & Regions. Blocks are container objects that are used to organize your content of…

arrow_forward
arrow_back « Back