Categories: Development

WordPress page vs post difference

I find the differences between a WordPress page and post are as follows:

Page

A page is static, one off such as a contact page or about page. This page will really get changed and you ideally will have a link to it in your header so that it is indeed visible on all of your websites posts.

Post

A post is the main content on a blog, posts are highly variable, can be updated and can get listed and sorted depending on their tags and categories. Users can be notified of your posts and engage in discussion on your posts also.

Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

2 years ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

2 years ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

3 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

3 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

3 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

3 years ago