WordPress Code Generators

This is a WordPress Custom Post Type code generator. You should understand what this code does and tweak it as necessary before including it in a project.

Singular, lowercase, underscores for separators. 20 characters max. No spaces or capital letters. Consider prefixing.
Prevent conflicts with other code.

Howdy, did you know we build custom WordPress plugins? If you have an existing plugin and need a little help with the interface we can do that, too. Get in touch.

If you have questions, ideas, trouble using this generator, or just want to let us know you find it useful, feel free to shoot us an email.

This is a WordPress Custom Taxonomy code generator. You should understand what this code does and tweak it as necessary before including it in a project.

Singular, lowercase, underscores for separators. 32 characters max. No spaces or capital letters. Consider prefixing.
Prevent conflicts with other code.

Howdy, did you know we build custom WordPress plugins? If you have an existing plugin and need a little help with the interface we can do that, too. Get in touch.

If you have questions, ideas, trouble using this generator, or just want to let us know you find it useful, feel free to shoot us an email.

Credits Justin Tadlock Mustache WordPress jQuery

Changelog

February 26, 2014

November 11, 2012

  • Added a new form for generating custom taxonomies.
  • Added a standard save hook to the CPT code.
  • Added wp_nonce_field() to the default meta box along with standard fields in the CPT code.
  • Added the option to include standard plugin headers in the CPT code.

November 10, 2012

  • Added a sortable column method.
  • Added a method to parse the admin query to implement custom sorting rules.

November 9, 2012

  • Launched!

Roadmap

  • Add default menu and screen icon CSS along with a PSD template.
  • Add a form for generating taxonomies.
  • Add additional useful features to the taxonomy template and add a 'class' option.