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.
How to create page
- Log in to your WordPress admin panle.
- Select Pages from the left column
- 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