Post types

Not all posts in WordPress are posts. This means that the post table stores more data than the regular posts, and these regular posts are but one of the types of data that are stored in that table; there are others. Pages are also a type of post, as post revisions, attachments and —since 3.0— the navigation items. Plugins and themes can add custom post types.

By the Web Warlock, Saturday, 24/Jul/2010 0:03

Descriptions of post type features

By the Web Warlock, Wednesday, 25/Aug/2010 21:51

of a WordPress® .

Description of one of the so-called post type features.

add_post_type_support

By the Web Warlock, Wednesday, 28/Jul/2010 4:43

<?php add_post_type_support( $post_type, $feature ) ?>

excerpt post type feature

By the Web Warlock, Wednesday, 28/Jul/2010 3:51

The excerpt post type feature indicates whether the excerpt meta box will be displayed in the edit post screen.

Adding excerpts to Pages

By the Web Warlock, Wednesday, 28/Jul/2010 3:47

To add excerpts to Pages, from 3.0 on you just need to add the support for the excerpt feature for the page post type with add_post_type_support called in the init hook.