Difference between revisions of "WordPress Post type"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In WordPress, '''post type''' is a property which distinguishes between posts, WordPress pages. == Description == A post type is a...")
 
(Description)
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
A post type is a field in the [[WordPress database]].
+
There are five post types that are readily available to users or internally used by the WordPress installation by default:
 +
 
 +
* Post (Post Type: 'post')
 +
* Page (Post Type: 'page')
 +
* Attachment (Post Type: 'attachment')
 +
* Revision (Post Type: 'revision')
 +
* Navigation menu (Post Type: 'nav_menu_item')
 +
 
 +
See also [[WordPress database]].
  
 
== See also ==
 
== See also ==

Revision as of 10:30, 4 September 2016

In WordPress, post type is a property which distinguishes between posts, WordPress pages.

Description

There are five post types that are readily available to users or internally used by the WordPress installation by default:

  • Post (Post Type: 'post')
  • Page (Post Type: 'page')
  • Attachment (Post Type: 'attachment')
  • Revision (Post Type: 'revision')
  • Navigation menu (Post Type: 'nav_menu_item')

See also WordPress database.

See also

External links