How to add pages in WordPress

This tutorial will show you how to add Pages in WordPress. The pages are very similar to posts. However they have several key distinctions that make them quite different.

  • Pages are for content that is less time-dependent than Posts.
  • Pages can be organized into pages and SubPages.
  • Pages can use different Page Templates which can include Template Files, Template Tags and other PHP code.

(click to enlarge)

 

How to create page

  1. Log in to your WordPress admin panle.
  2. Select Pages from the left column
  3. Click Add New

 

Page screen fields

Page Title
Here you need to insert the Page title.
Content Area
Here you can insert your page content: text, images, links etc
Custom Fields
Custom_Fields offer a way to add information to your site. In conjunction with extra code in your template files or plugins, Custom Fields can modify the way a post is displayed.
Discussion
Options to enable interactivity and notification of your posts.
Page Attributes
Allows you to select page templates to customize the page view and select the page parent for nested pages

Feel free to check the detailed video tutorial below:
how to add pages