How to Create Drupal Content in PHP

Introduction

In this article, I am discussing how to create content in Drupal. In Drupal, content is one of two types, Page and Story. Open your Drupal home and then login to your username and password Id. Like:

Login in Drupal.jpg

Then click "Create content".

Click on Create Content in Drupal.jpg

First of all, I will create a page in Drupal.

Page

A page is a form similar to a story, a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. I am just creating a page such as that.
First of all, I will click on the page then show the page and here enter the title like "About Us" and then enter the message in the body part. This page does not change often because this page is about my site information.

create page in Drupal.jpg

After that click on the "Save" button.

created page.jpg

Story

A story is a form similar to a page, such as for creating and displaying information to visitors of my sites. News, site announcements, and blog entries may all be created with a story entry. By default, a story entry in my blog is something in my site shown in my home page.
First of all, I will click on "Story", then:

Click on story page.jpg

Here, enter the title of story in the tile and then enter the story in the body part. This story is shown on the home page, such as:

Create story page.jpg

And then after that click on the "Save" button.

story page.jpg


Similar Articles