ZeroToWP

Page

Quick Definition

A WordPress Page is a content type for static, timeless information — like your About, Contact, or Privacy Policy. Unlike posts, pages are not organized by date and don't appear in your blog feed.

Example of a WordPress page — static content that doesn't change with time

What Is a Page?

A WordPress Page is a content type designed for non-chronological, timeless information. According to the official documentation, pages are "pseudo-static" — they're stored in the database and generated dynamically, but they behave like static web pages because they don't have a publish date that matters to visitors.

Common examples of pages:

  • About
  • Contact
  • Privacy Policy
  • Services
  • Terms of Service

Unlike posts, pages are not included in RSS feeds, don't use categories or tags, and don't appear in blog archives.

Pages in Practice

You create pages from Pages → Add New Page in your dashboard. The editor is the same block editor used for posts — you just won't see options for categories, tags, or post formats.

A unique feature of pages is hierarchical organization. Pages can have parent and child relationships, creating nested URLs:

  • yoursite.com/about/ (parent page)
  • yoursite.com/about/team/ (child page)
  • yoursite.com/about/careers/ (child page)

Pages also support custom page templates — your theme can provide different layouts for different pages. For example, a full-width template for landing pages and a sidebar template for informational pages.

A WordPress site can consist entirely of pages. Not every site needs a blog. Many business websites use only pages for their content.

Why It Matters

Every WordPress site needs at least a few essential pages. Search engines and visitors expect to find an About page, a Contact page, and legal pages like Privacy Policy and Terms. These are the pages that establish trust and satisfy SEO requirements. Start building yours with our complete beginner's guide.

Related Terms

Related Articles