Additional Resources for REST API
Collection of REST API resources we’ve collected from our users and developers to help with using REST API.
Collection of REST API resources we’ve collected from our users and developers to help with using REST API.
Explains the process for getting support for other plugins added to the Pods Framework
Calculate values from a Pod using multiple fields in the Pod in a Pods Template
Sort Numbers (Currency and others) using CAST
It’s actually a naming restriction from WordPress. Within your site, you can’t have names for Custom Post Types that conflict with either existing WordPress objects (user, post, page, media, etc) or existing Post Types. Within each post type, you can have duplicate field names across post types, because key/value pair in Post Meta is actually …
Use a filter to hide the Pods Shortcode button
$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 …
How to pull records from a related pod through the Relationship Field in a Custom Post Type
An inside look at how Pods is used to build Webdesign.com, now iThemes training, from the professor himself, Benjamin Bradley. Additional Videos in the Series: WordPress with Pods, no PHP Needed Pods & Gravity Forms Cache All the Things! Plan Before You Build: Data Architecture Planning Tweaks, Optimizations & Workflow — Oh My! Introduction to the Pods …