Home > Custom-Post-Type-Demos

Custom-Post-Type-Demos

Custom-Post-Type-Demos is a project mainly written in PHP, it's free.

Set of plugins demonstrating custom post types in WordPress.

Author: Thomas Scholz, http://toscho.de

This is a set of plugins to show what you can do with custom post types in WordPress.

  1. cpt-demo-1: Most basic CPT, it is unvisible.
  2. cpt-demo-2: Visible CPT, all names are derived from Posts
  3. cpt-demo-3: Custom menu position and names
  4. cpt-demo-4: CPT 'Cats' with a taxonomy 'color'. Introduces the first example for a class.

Some links:

  • Justin Tadlock: Custom post types in WordPress – A very basic introduction.
  • Codex: Post Types – For a general understanding.
  • WordPress StackExchange: Highest voted questions – Some interesting qustions and answers, showcases and links.
  • Search for Custom Post Types in my search engine.
  • Bugs with CPTs
  • Bugs with Taxonomies