Difference between revisions of "WordPress Post"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) m (Karl Jones moved page WordPress post to WordPress Post) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | In [[WordPress]], a ''' | + | In [[WordPress]], a '''Post''' is a basic unit of user-editable content. |
== Description == | == Description == |
Revision as of 20: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
- Writing posts @ codex.wordpress.org