Pages screen
To view all the Pages in your site:
- Log in to your WordPress admin screen.
- Click Pages in the left sidebar. This will show the Pages screen with a list of all the pages you have in your site.

- You can easily search for a Page based on the Page Title.
- You can get a list of all the Published Pages or Draft Pages.
- You can filter Pages based on dates.
- You can perform Bulk actions > Edit or Move to Trash by selecting multiple Pages from the list.
- You can sort the Pages list based on Title, Date, Author etc by clicking the Header columns.
Organizing Pages
You can organize your Pages into parent and child pages and create a hierarchy.
For example, you can have an About Page as a parent page and create subpages under it for Careers, Board of Directors, Locations, Company Culture, Press etc. You can also have a Services Page as a parent page and create subpages for each of the services such as Web Design, Web Development, Stationery Design etc
The structure of the pages on the site would then look like this.
- About Us
- Board of Directors
- Company Culture
- Press
- Careers
- Locations
- Services
- Web Design
- Web Development
- Stationery Design
Creating a new Page
To create a new Page:
- Log in to your WordPress admin screen.
- Click the Pages > Add New in the left sidebar.
- Alternatively, you can also click the Add New button in the Pages screen.

- Add a title for the page.
- Add body content for the page. If you are using the WordPress block editor, you can use the different blocks available in the WordPress block editor to design the Page.
- Customize the sidebar settings for the page.
- When the page is completed, click Publish.

If you are using a classic editor, refer to this support article for details about the Add new screen in the Classic editor.
Creating a subpage
Using Parent Pages is a good way to organize your site’s Pages into hierarchies. A parent page is a top-level page, with sub pages nested under it.
To create a subpage under a parent page:
- Log in to your WordPress admin screen.
- Click the Pages > Add New in the left sidebar. Alternatively, you can also click the Add New button in the Pages screen.
- In the sidebar settings for the page, under Page Attributes, open the Parent Page drop-down menu. This will list all the Pages already created in your site.

- Select the desired page from the drop-down menu that you want to be the parent page for the current you are creating. The current page you are creating now becomes the sub page for the parent page you choose.

- You can change the order that your pages are displayed when using a default menu, by using the Order field of the Page Attributes module. Put the number 1 in the box for Order. This tells WordPress to display this page first on your site.
- Add a title for the sub page.
- Add body content for the sub page.
- Click Publish when ready.
Repeat the process for your other sub pages you want to be disapled under a Parent page, but use higher numbers for the Order field: 2, 3, etc. This tells WordPress to display these pages second and third on your site.
When your Pages are listed, the child Page will be nested under the parent Page. The Permalinks of your Pages will also reflect this page hierarchy. In the above example, the Permalink for the Board of Directors Page would be:http://example.com/about/board-of-directors/
Changing the URL of a Page
Using the Edit option
To change the URL (also referred to as “slug”) containing the name of your Page, hover over the Page title of the Page in the Pages screen and select Edit.

In the Page Sidebar settings, under Summary click the URL link to open the URL popup. Change the Permalink entry to change the URL of the page.

As you type in a new URL in the Permalink field, you can view the updated Page URL under View Page.

Select Update to save the new URL changes.
Using the Quick Edit option
To change the URL (also referred to as “slug”) containing the name of your Page, hover over the Page title of the Page in the Pages screen and select Quick Edit.

This will open a Quick Edit Panel while you are still in the Pages screen. The Quick Edit panel allows you to modify page details such as Title, Slug, Date, Author. You can also Password protect the page or mark the page as Private. You can also change the Parent page, page order, template for the page and the Status of the page between Published, Pending Review and Draft.

Select Update button to save the changes.
Page Templates
A template controls the layout of your pages. Not to be confused with Themes (that set the design of your entire site), the template affects the look and feel of an individual page (or post) or groups of pages (or posts.)
Individual pages can be set to use a specific Page Template created within your theme. You can also create custom Page Templates that can be used for a page. These custom Page Templates will then override the default Page Template included with your Theme.