---
title: "Posts vs. Pages"
source: "https://docs.nexcess.com/software/kadence/solid/posts-vs-pages/"
description: "Find out the differences between and the reasons for using posts and pages."
vertical: "Software"
area: "Solid"
date: "2012-04-16"
last_modified: "2012-04-16"
---

# Posts vs. Pages

When you create content on a WordPress site, you’ll be able to create posts and pages. Both have their respective uses and can add dynamic elemts to your site.

But what are the differences between WordPress posts and WordPress pages?

## What is a WordPress Post?

A WordPress post is what makes up the blog aspect of your site.

WordPress posts:

- Usually provide news or information updates about a certain topic
- Are listed in reverse chronological order
- can be tagged, categorized, or archived
- Make up the RSS content of your site

## What is a WordPress Page?

Generally, WordPress pages are reserved for *static* content or information. For example, an [About Page](http://solidwp.com/blog/how-to-write-a-killer-about-us-page/) or [Privacy Policy Page](http://solidwp.com/blog/privacy-policy-page/).

WordPress pages:

- Are not listed in reverse chronological order
- Cannot be tagged, categorized, or archived
- Can be ‘nested’ or have a hierarchy
- Do not compromise the RSS content of your site.

Back to What is WordPress?
