> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://helpdesk.gbnetwork.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# WordPress Posts vs Pages

| WordPress Posts vs Pages

When it comes to creating content for your WordPress site, you have the option to choose between creating either a post or a page.
Both have their respective uses and can add very dynamic elements to your site.

| WordPress Posts vs Pages

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

These are generally news or informational updates about a certain topic or talking point.

Posts are listed in reverse chronological order and can be tagged, categorized, and even archived on your site.

**WordPress** posts are what make up the **RSS** content of your WordPress blog.

So, when someone subscribes to your **RSS** feed, your posts will be the content that’s delivered to them.

Think of the posts at the news portion of your site.

They’re dynamic and constantly changing the content your end-users see.

WordPress Pages are similar to posts in that they have a title and body text, but they are different because they are generally reserved for static content or information.

Examples of this would be an **About Me or Contact Us** page.

Pages are not listed by date and can’t be categorized or tagged like **WordPress** posts,

Pages can have a hierarchy, which means you can nest pages under other pages by making one the “Parent” of the other, thus creating a group of pages.

Due to their static nature, pages aren’t included in **RSS** feeds and won’t have a date or time of publishing.