Skip to content
Richard Coffee edited this page Feb 10, 2016 · 4 revisions

Welcome to Richard's Custom_Post_Type wiki!

This is an abstract class used for dealing with WordPress custom post types. LICENSE

I have seen quite a few different ways of how people handle custom post types in wordpress, but was never really happy with any of them. They all did what they were designed to, but never really seemed to cover all the things that I needed. So I ended up coming up with my own CPT base class. Beware: my coding style is very different. Not "mainstream" by any means.

It is designed to be used in a plugin, and may not work properly in a theme. I am a big supporter of the concept that proper creation of a CPT for a theme means the CPT goes into a plugin.

Clone this wiki locally