/Custom-post-type-generator

Simple wordpress post type generator

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Custom-post-type-generator [WIP]

Simple basic post type generator for wordpress and the most lazy developers ^^

Based on your input it will generate the php code to register your custom post type (based on wordpress docs example)

DEMO

Current fillable options

  1. Text domain
  2. Post type name (plural)
  3. Post type name (singular)
  4. Post type desription
  5. Post type slug
  6. Capability type
  7. Post type archive
  8. Fields (title,editor,thumbnail,author,excerpt,comments)