MODULE 01 · FOUNDATIONS

Posts vs. Pages

Time to create your first real content — and understand exactly when to reach for a Post versus a Page.

Day 6 of 30 Beginner ~20 min

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.

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.

CONTENT USE THIS
About / Contact

Page — timeless, part of permanent site navigation.

Blog article

Post — dated, listed newest-first, organized by category.

Product/service overview

Page — describes something ongoing, not a moment in time.

Company news / updates

Post — meant to be read in order, then archived by date.

HEADS UP

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.

publish-flow.txt
// 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.

  • Go to Posts → Add New — opens a blank block editor.
  • Add a title — this becomes both the headline and the basis of your URL.
  • Write your content in blocks — paragraphs, headings, and images are each their own block.
  • Assign a category — in the right-hand panel, under "Categories."
  • Click Publish, then Publish again to confirm — your post is now live.
  • Status Matters More Than It Seems

    Every Post and Page has a status, and it's easy to publish something before you meant to.

    DRAFT Saved but not visible to visitors. Safe to leave unfinished for as long as you need.
    PUBLISHED Live and visible to anyone who visits the URL — including search engines, once indexed.

    Confirming It Published Correctly

    STATUS CHECK
    STATUS The editor's top-right badge reads "Published," not "Draft" or "Pending."
    CATEGORY Posts left uncategorized are filed under "Uncategorized" by default — worth changing.
    PERMALINK Click "View Post" to confirm the URL and layout look the way you expect.

    Breaking Down What You Just Learned

    1

    PostsChronological, dated content organized with categories and tags.

    2

    PagesTimeless, standalone content usually tied to your site's permanent navigation.

    3

    The block editorThe same writing experience powers both Posts and Pages.

    4

    Draft vs. PublishedStatus controls whether content is visible to visitors yet.

    5

    CategoriesA Posts-only feature for grouping related, ongoing content.

    Try It Yourself

    EXERCISE

    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

    HANDS-ON EXERCISE

    Create one Post and one Page

    This is your first real content on the site — everything from here builds on it.

    1. Create a new Post with a title, a few paragraphs, and a category.
    2. Publish the Post and confirm it looks right on the front end.
    3. Create a new Page titled "About" with a short introduction.
    4. Publish the Page and confirm it, too, looks right on the front end.
    5. Compare the two URLs — notice how the Post includes its category, while the Page doesn't.

    Recap

    POSTS

    Chronological content, organized with categories and tags.

    PAGES

    Timeless content, usually tied to permanent site navigation.

    DRAFT STATUS

    Saved but hidden from visitors until you publish.

    PUBLISH FLOW

    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.
    Course Overview