Add Custom Post Types to Author Archives
Author Archives exclude custom post types by default, this snippet adds them back.
Author Archives exclude custom post types by default, this snippet adds them back.
Grouping Admin Menu Items for Post Types
Here’s a clever way to set to the default Custom Taxonomy Term for a Post Type (similar to ‘Uncategorized’ in Posts)
Calculate values from a Pod using multiple fields in the Pod in a Pods Template
$params = array( 'select' => 't.*, COUNT( relationship.ID ) AS relationship_count', 'groupby' => 't.ID', 'having' => 'relationship_count < 2', );
By default WordPress will do the following for your custom post types: post-type/post-type-slug/ For your Custom Taxonomy it will map it to: taxonomy-type/taxonomy-term/ You can customize these settings in Pods using the Rewrite, Custom Rewrite Slug and Rewrite with Front options under Advanced Options when editing your Pod. These correlate to the same parameter settings for rewrite from …
Scott Kingsley Clark is the lead developer of Pods, a senior web engineer at 10up, a top WordPress development agency, and has more than ten years of experience in web development, primarily using WordPress. In this talk he shares some of the lesser known functions and capabilities of Pods and WordPress that you should know …
At the Pods Foundation, we don’t just make Pods, we use Pods. In this talk, Pods developers Phil lewis and Scott Kingsley Clark cover how the Pods Team uses Pods to create great WordPress sites. Learn different strategies for how we tweak and optimize Pods for the best performance. In addition, you’ll learn the best …
Changing orders of the columns in Admin Table
Need to make your Custom Post Types show up in the Categories & Tags archives in WordPress? This will fix that.