How to Build Drupal Website Using PHP

Introduction


In this article I will explain how to build a Drupal website using PHP. I have simply described that in this article. Drupal is a Content Management System (CMS). Let's start building a simple Drupal website using PHP. First of all you can download a Drupal zip file or setup from "http://www.drupal.com/". After completing your installation, login to Drupal using your username and password that you created during installation.


Then click on the "Create content" setting.

Image1.jpg

And click on the "Page" option.

Image2.jpg

Type a title and type the contents of your web page in the "Body" section. Then click the "Save" button.

Image3.jpg

To display the new page in the menu, click on the "Administer" setting.

Image4.jpg
Image5.jpg

And then click on "Site building".

Image6.jpg

Click on the "Menus".

Image7.jpg

Click "Primary links".

Image8.jpg

Click "Add item".

Image9.jpg

In the "Path" box, here type "node/1" and provide the page a menu link title. Click "Save" and then the link will appear in the top menu. To use this blog feature, click on "Create content".

Image10.jpg
Image1.jpg

Then click on story.

Image11.jpg

Enter a title and body.

Image12.jpg

Finally click on the "Save" button and the story will automatically appear on your front page.

Image13.jpg 


Similar Articles