WordPress Post type

From Wiki @ Karl Jones dot com
Revision as of 13:14, 23 October 2016 by Karl Jones (Talk | contribs) (See also)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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') - see WordPress post
  • Page (Post Type: 'page') - see WordPress page
  • Attachment (Post Type: 'attachment')
  • Revision (Post Type: 'revision')
  • Navigation menu (Post Type: 'nav_menu_item')

Custom post types

Other post types can be created for customized uses.

See WordPress custom post type.

See also

External links