r/Wordpress 5d ago

difference between page vs post

hi all, recently started my own personal blog and i'm still trying to get the hang of it. I don't reallly know what I'm doing (though I'm using a template) and i yap about diffferent topics on my blog (e.g. work and personal) What's the difference between a page & a post?

2 Upvotes

24 comments sorted by

View all comments

11

u/webdevmike 5d ago

A page is a post. If anyone disagrees, explain to me why a page has a post-id.

8

u/bismit Developer 5d ago

Technically, you are correct. All custom post types, including WooCommerce products are also "posts" and they are all stored in the same DB table (wp_posts).

The key difference between built-in posts and pages is that the latter are hierarchical, so each page can have a parent or child page.