<font color="red">(WpPDE Pro)</font>

PDE allows you to create custom post types.

For creating a new post type, select Post Type option from the `Type` dropdown list
in the `Plugin Elements` box. Provide a name (plural) in the `Post Type` text field and a singular
name for the post type in the `Singular Name`. Select a visibility option and click on 
`Add to Plugin` button.

PDE creates a new post type with the given name and shows the post type in the form editor area. From
this editor you can change different options for the post type.

#### Parameters

* _Description_

    Description for this post type.

* _Show in Menu_

    Whether this post type should appear in the top level menu.

* _Toplevel Page_

    Option to provide a top level page like 'tools.php' or 'edit.php?post_type=page'. 

* _Hierarchical_

    Whether this post type is hierarchical. Allows parents to be specified.

* _Show UI_, _Publicly Queryable_, _Exclude from Search_, _Show in Navigation Menus_

    Various UI options. Set depending on the value for visibility when the post type is added.

#### Labels

You can configure the strings to be shown using this box.

#### Display Sections

Various standard display sections to be displayed when a post of this type is edited. Note that
you can also add meta boxes besides these sections.

#### Updated Messages

You can customize messages shown when a post is updated using this entry.

#### Advanced Settings

Various advanced settings that allows you specify export, rewrite options

#### Taxonomies

The taxonomies that this post type supports.
