WordPress Post type

From Wiki @ Karl Jones dot com
Revision as of 10:30, 4 September 2016 by Karl Jones (Talk | contribs) (Description)

Jump to: navigation, search

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