<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>comparison Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<atom:link href="https://stampede-design.com/blog/tag/comparison/feed/" rel="self" type="application/rss+xml" />
	<link>https://stampede-design.com/blog/tag/comparison/</link>
	<description>We are creating better worlds though thoughtful design and technology. Connect with us!</description>
	<lastBuildDate>Tue, 07 Apr 2026 09:02:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://stampede-design.com/wp-content/uploads/2024/02/cropped-Stampede-Favicon-old-32x32.png</url>
	<title>comparison Archives &#8212; Stampede: the strategic design &amp; technology company</title>
	<link>https://stampede-design.com/blog/tag/comparison/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress CPT Solutions Comparison: Pods vs Types</title>
		<link>https://stampede-design.com/blog/wordpress-cpt-solutions-comparison-pods-vs-types/</link>
					<comments>https://stampede-design.com/blog/wordpress-cpt-solutions-comparison-pods-vs-types/#comments</comments>
		
		<dc:creator><![CDATA[Shaiful Borhan]]></dc:creator>
		<pubDate>Thu, 05 Feb 2015 17:43:15 +0000</pubDate>
				<category><![CDATA[Field Notes]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[CPT]]></category>
		<category><![CDATA[development tools]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://dev.stampedelabs.com/client/v3/wp/?p=6299</guid>

					<description><![CDATA[<p>Pods and Types are Shaiful's two favourite solutions when it comes to WordPress' custom post types. Here he will help you decide on the best one for you, depending on your project requirements.</p>
<p>The post <a href="https://stampede-design.com/blog/wordpress-cpt-solutions-comparison-pods-vs-types/">WordPress CPT Solutions Comparison: Pods vs Types</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="lead">Starting from WordPress 3.0, custom post types (CPT) has been one of WP&#8217;s most unrivaled core features. I cannot recall how many times this wonderful feature had came to the rescue to help me achieve CMS-like functionalities in custom WP projects. As WP users, you have probably used CPT directly, by coding on it or indirectly by installing plugins that create their own CPTs like WooCommerce.</p>
<p>Since a couple of years ago, I have pretty much refrained from coding CPTs from scratch, unless for extremely simple post types. I have sworn my allegiance to two well-known CPT solution plugins namely <a href="https://wordpress.org/plugins/pods/" target="_blank"><strong>Pods</strong></a> and <a href="https://wordpress.org/plugins/types/" target="_blank"><strong>Types</strong></a>. In this post, I&#8217;ll try my best to explain how they fare against each other, specifically on the way they handle CPTs (and custom taxonomies).  What I don&#8217;t intend to cover are extended features like user roles or data migration. Finally, there&#8217;s a bonus section about enhancing their functionalities.</p>
<h2>WordPress Pods plugin</h2>
<div class="full"><a href="https://wordpress.org/plugins/pods/" target="_blank"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-6488" src="https://stampede-design.com/wp-content/uploads/2015/02/banner-772x2501.png" alt="Pods WordPress plugin" width="772" height="250" /></a></div>
<p>The CPT management screens in Pods are really well-done and user friendly. If you are new to the world of CPTs, Pods will present you with a gentle learning curve to get you up and running. When you create a new CPT or custom taxonomy, you immediately have access to the custom fields management panel within the same CPT or custom taxonomy edit page. This makes the whole process of managing the custom fields a breeze and feels natural.</p>
<p>These are the main strengths of Pods:</p>
<ol>
<li>Nice and intuitive user interface.</li>
<li>Large selection of custom field types.</li>
<li>You can add custom fields to custom taxonomies too.</li>
<li>Pods Template is an optional component you can enable in Pods to create templates for outputting Pods CPTs using magic tags and shortcodes all within WordPress without messing around with theme files.</li>
<li>You can create a custom Settings page for miscellaneous usage.</li>
</ol>
<p>The limitation of Pods based on my experience are:</p>
<ol>
<li>While you can create true parent-child (or one-to-many) relationships between Pods CPTs, the level of integration doesn&#8217;t appear to be truly seamless. For instance, in a property rental website <span data-dobid="hdw">presumably</span> you had setup a one-to-many relationship between two CPTs; Properties and Rentals. However when editing a Property record you cannot add new Rental records in the same screen.</li>
<li>Each CPT can only have one meta box named More Fields containing all the custom fields.</li>
<li>You cannot make basic fields like plain text repeatable which could be handy in certain scenarios. Fortunately multiple image uploads is still possible.</li>
</ol>
<h2>WordPress Types plugin</h2>
<div class="full"><a href="https://wordpress.org/plugins/types/" target="_blank"><img decoding="async" class="aligncenter size-full wp-image-6489" src="https://stampede-design.com/wp-content/uploads/2015/02/banner-772x250.png" alt="Types WordPress plugin" /></a></div>
<p>The Types plugin may not look as straightforward to use at first glance primarily because the CPT and custom fields are managed in different admin screens but once you get your head around this it actually opens up a new possibility of the things you can do.</p>
<p>These are the main strengths of Types:</p>
<ol>
<li>You can create true parent-child (or one-to-many) relationships between any CPTs or WP&#8217;s native objects with very seamless integration. For instance, in a property rental website <span data-dobid="hdw">presumably</span> you had setup a one-to-many relationship between two CPTs; Properties and Rentals. When editing a Property record you can quick-add new Rental records in the same screen. Additionally, you can also specify which fields should appear in the quick add form.</li>
<li>You can have as many meta boxes with custom headings and combination of custom fields in each CPT. Furthermore, the meta boxes support custom CSS so you can arrange certain fields in side-by-side fashion instead of one per row for instance. This creates a more intuitive editing experience for the end users.</li>
<li>All custom fields can be made repeatable.</li>
<li>Non-repeatable custom fields can be fine-tuned with conditional logic to control when they should appear based on the values of other fields.</li>
<li>Meta boxes and custom fields can be added to user profiles.</li>
<li>The equivalence of Pods Templates for Types is called Views. It is not free but certainly a lot more powerful.</li>
</ol>
<p>The limitation of Types based on my experience are:</p>
<ol>
<li>User interface can be a bit tricky to work with.</li>
<li>No custom field of type Relationship.</li>
<li>No way of adding custom fields to custom taxonomies.</li>
</ol>
<h2>Bonus: Advanced Custom Fields plugin</h2>
<p>In cases where I was using Types and needed to use the Relationship-type custom field, I usually resorted to the <a href="https://wordpress.org/plugins/advanced-custom-fields/" target="_blank">Advanced Custom Fields plugin</a>. It may sound like an overkill to use it solely for one purpose but the field provided by Advanced Custom Fields simply has the <a href="http://www.advancedcustomfields.com/resources/relationship/" target="_blank">perfect UI for a relationship-type field</a>. It is also far superior than what Pods provided by default.</p>
<div class="full"><img decoding="async" class="size-full wp-image-6495" src="https://stampede-design.com/wp-content/uploads/2015/02/relationship_input.jpg" alt="The perfect UI for a relationship-type field." /><p class="capt_block">The perfect UI for a relationship-type field.</p></div>
<p>As a matter fact, Advanced Custom Fields is by far the best custom fields plugin for WordPress. To unlock its full potential you need to purchase the Pro version though.</p>
<h2>Bonus: Codepress Admin Columns plugin</h2>
<p>When you are working with CPTs, the <a href="https://wordpress.org/plugins/codepress-admin-columns/" target="_blank">Codepress Admin Columns</a> plugin is quite simply the icing of the cake for all your hard work. The plugin allows you to customize table columns in the admin landing page of CPTs or any WP&#8217;s native objects. It fulfills a basic need that greatly enhances user experience when working with CPTs in the admin area.</p>
<div class="full"><img decoding="async" class="size-full wp-image-6498" src="https://stampede-design.com/wp-content/uploads/2015/02/admin-columns-demo.jpg" alt="WP Admin Columns demo" /><p class="capt_block">Custom table columns FTW!</p></div>
<p>Though this plugin has a Pro version, the free one is awesome enough in most cases.</p>
<h2>Conclusion</h2>
<p><a href="https://wordpress.org/plugins/pods/" target="_blank">Pods</a> and <a href="https://wordpress.org/plugins/types/" target="_blank">Types</a> are my two favorite custom post types solutions for WordPress. How I decide between them depends ultimately on individual project requirements but so far I tend to choose Types for complex projects that require post relationship. With a couple of amazing supporting plugins, you&#8217;ll be having a blast working with either anyway.</p>
<p>Have a nice day!</p>
<h3>Update (June 2015)</h3>
<p>For an in-depth look at the features and technical differences between popular WordPress CPT plugins, view this <a href="https://docs.google.com/a/stampede-design.com/spreadsheet/ccc?key=0AoY8IFUX301qdFhBaERLUEUwa3U0YjFYTnBmaU1mbmc#gid=3" target="_blank">awesome comparison matrix spreadsheet</a> by Scott Kingsley Clark and Matt Gibbs.</p>
<p>The post <a href="https://stampede-design.com/blog/wordpress-cpt-solutions-comparison-pods-vs-types/">WordPress CPT Solutions Comparison: Pods vs Types</a> appeared first on <a href="https://stampede-design.com">Stampede: the strategic design &amp; technology company</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://stampede-design.com/blog/wordpress-cpt-solutions-comparison-pods-vs-types/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
