Difference between revisions of "WordPress Post"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 19: Line 19:
 
== External links ==
 
== External links ==
  
* [[https://codex.wordpress.org/Posts Writing posts] @ codex.wordpress.org
+
* [https://codex.wordpress.org/Posts Writing posts] @ codex.wordpress.org
  
  

Revision as of 10:26, 4 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