So I know that setting up custom post types ranges from just registering them to adding custom permalinks, custom sorting, customizing columns in the admin, etc. I was wondering if anyone had a template or framework that they use regularly to set up custom post types in projects? Do you start from scratch every time or do you have a base line you start from that you customize?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
The Custom Post Type Demos by toscho hold some nice basic classes, that you can use. I'd recommend taking a look at this source (as he's a trusted author and a pretty good coder). |
|||
|
|
|
I'm tending to just write code directly for adding Custom Post Types now, but I have used Easy Post Types (http://easyposttypes.com) before, I've found however that they've been slow to bring out updates and never responded to any bug reports I sent to them. I'd also suggest checking out the Magic Fields plugin (http://magicfields.org), since V2 it uses CPTs and offers a lot of useful features. |
|||
|
|