Two Content Types, One Editor
Posts and Pages both open in the same block editor and feel nearly identical to write in. The difference isn't in how you write them — it's in how WordPress organizes and displays them afterward.
Get this distinction right early and a lot of later confusion — about categories, about menus, about your homepage — disappears on its own.
- ✓Posts are chronological and built for content that keeps growing over time.
- ✓Pages are structural and built for content that rarely changes.
- ✓Both live in wp-admin, but under separate menu items — Posts and Pages.
Choosing the Right One
A quick gut-check: if the content will still make sense in two years without editing, it's probably a Page. If it's dated the moment you publish it, it's a Post.
Page — timeless, part of permanent site navigation.
Post — dated, listed newest-first, organized by category.
Page — describes something ongoing, not a moment in time.
Post — meant to be read in order, then archived by date.
Pages can't be organized with categories or tags — that feature only exists for Posts. If you find yourself wanting tags, you probably want a Post.
Behind the "Publish" Button
Whether it's a Post or a Page, clicking Publish triggers the same underlying process.
// What happens when you click "Publish" 1. Save content // your blocks are stored in the database 2. Set status // changes from "Draft" to "Published" 3. Assign permalink // generates the URL based on your title 4. Go live // content becomes visible to site visitors
Step-by-Step: Writing a Post
Follow this in wp-admin to publish your very first piece of content.
Status Matters More Than It Seems
Every Post and Page has a status, and it's easy to publish something before you meant to.
Confirming It Published Correctly
Breaking Down What You Just Learned
PostsChronological, dated content organized with categories and tags.
PagesTimeless, standalone content usually tied to your site's permanent navigation.
The block editorThe same writing experience powers both Posts and Pages.
Draft vs. PublishedStatus controls whether content is visible to visitors yet.
CategoriesA Posts-only feature for grouping related, ongoing content.
Try It Yourself
Start a new Post, write two or three sentences, then use the Preview button in the top-right corner before publishing. Getting into the habit of previewing first catches formatting mistakes early.
Publish Your First Content
Create one Post and one Page
This is your first real content on the site — everything from here builds on it.
- Create a new Post with a title, a few paragraphs, and a category.
- Publish the Post and confirm it looks right on the front end.
- Create a new Page titled "About" with a short introduction.
- Publish the Page and confirm it, too, looks right on the front end.
- Compare the two URLs — notice how the Post includes its category, while the Page doesn't.
Recap
Chronological content, organized with categories and tags.
Timeless content, usually tied to permanent site navigation.
Saved but hidden from visitors until you publish.
Save content, set status, assign a permalink, go live.
Key Takeaways
- Posts and Pages share the same block editor but serve different purposes.
- Use Posts for dated, ongoing content; use Pages for timeless, structural content.
- Only Posts support categories and tags.
- Draft status keeps content hidden until you're ready to publish.
- Always preview before publishing to catch formatting issues early.