Lets bring it on home. For the conclusion of WordPress Custom Post Types vs. Pods CMS Framework, I’ll do a sum-up.
I’ve been working with Pods for a while now. It’s an excellent system, but falls short of the features an editor would want, but is much more simple for the developer.
Initial setup of complex datasets
Winner: Pods CMS Framework
Pods allows quick and easy setup of large forms and relational databases. It excels in making it very simple for a developer to create many, many cross-related items in a short amount of time. If you’re looking to set up something complex quickly, this is the way to go.
Administration Menus
Winner: Pods CMS Framework
C’mon, it’s a checkbox. Check it, you’ve got a menu item.
Manage Screens
Winner: Pods CMS Framework
You’re already building your admin menus using the Pods UI code, and building the manage screens happens in the same place. Adding in Pods Display Helpers will allow you to do fancy things on those manage screens.
I know that you can control the WordPress manage screens with plugins, but I won’t be looking into that for now.
Forms and Features
Winner: WordPress Custom Post Types
You just can’t beat native WordPress functions like drafts, previews, revisions and scheduling (among many others.) Once you add in custom taxonomies you’re opening your content up to a world of possibilities. Also, throw in Posts 2 Posts and you’ve got your content types relating. Even though Pods does relationship setups better, once they’re set up WordPress excels in working on two (or more) content types at once.
Viewing your content
Winner: WordPress Custom Post Types
I’ve gotta give it to WordPress here. If you’re already programing in WordPress, then you’re already familiar with the massive amounts of functions that are available to you. And if you need to have variables to manipulate you can turn the content into variables by using something like get_the_title() instead of the_title().
Final Conclusion (for now)
Winner: WordPress Custom Post Types
Primarily due to the features added in forms, but also because the content of my items will show up in search. Plus using CPT’s will allow me to keep all my html code consistent.
I’ve got a big project coming up and I’ve recommended that we go with CPT. Our clients need those posting features and I need them to be able to add taxonomy items on the fly.
Notes:
I built these pages out because Pods has served me well for a long time. I’m open to any suggestions, comments, changes etc. Even though I’m using CPT’s on my next project, the jury is still out for what I’ll use long-term.
Also, there are some major upgrades coming in Pods 2.0 which will include UI changes and the ability to make WordPress Custom Post Types as well as custom taxonomies (along with Pod items.)
- WordPress Custom Post Types vs. Pods CMS Framework – part 1
- Part 2: Admin Menus – WordPress Custom Post Types vs. Pods CMS Framework
- Part 3: Forms and Features – WordPress Custom Post Types vs. Pods CMS Framework
- Part 4: Viewing Items – WordPress Custom Post Types vs. Pods CMS Framework
- Conclusion – WordPress Custom Post Types vs. Pods CMS Framework














