Difference between revisions of "WordPress Post"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
m (Karl Jones moved page WordPress post to WordPress Post)
Line 1: Line 1:
In [[WordPress]], a '''post''' is a basic unit of user-editable content.
+
In [[WordPress]], a '''Post''' is a basic unit of user-editable content.
  
 
== Description ==
 
== Description ==

Revision as of 21:35, 5 September 2016

In WordPress, a Post is a basic unit of user-editable content.

Description

Posts are entries that display in reverse chronological order on a typical WordPress home page.

Posts usually have comment fields beneath them and are included a WordPress site's RSS feed.

Database

A post is stored as a single record in the WordPress database.

See also

External links