How to set permalink attributes while creating custom post type objects.
Add a Metabox to Your Custom Post Type Screen
How to add our own metabox to the edit custom post type screen.
Modify Custom Post Type Icons
How to customize our custom post type screens with our own icons.
Add Custom Post Type Columns
How to expand custom post type administration menus with new columns.
Add Term or Taxonomy Meta Data
How to add metadata to custom taxonomy objects such as tags and categories. In particular we examine add_metadata, update_metadata, delete_metadata, and get_metadata.
WordPress Custom Taxonomy Input Panels
We describe registering custom taxonomies, and how to add our own custom taxonomy input interface. Substitute the default tag interface with a drop-down menu, radio button list, or something else.
Expand Your “Edit Category” Admin Panel
How to add new input fields to our Edit Category administration menu. We can then link it to new category meta-data or to the WordPress custom taxonomy system.