Calling a Pods Template within a Taxonomy WP Query
Good example of creating a Taxonomy Archive with WP Query and calling a Pods Template within the Loop. Points for also being integrated with Genesis
Good example of creating a Taxonomy Archive with WP Query and calling a Pods Template within the Loop. Points for also being integrated with Genesis
Find Meta Query syntax to help you find records that are ’empty’ as well as not matching an existing set.
Basic Field Settings (Label, Name, Description and Field Type) that apply to all Fields created in Pods.
How to get Pods custom fields to display in your theme using WordPress methods get_post_meta
Here’s a clever way to set to the default Custom Taxonomy Term for a Post Type (similar to ‘Uncategorized’ in Posts)
A way to use the_content filter to push Pods Templates content into a Taxonomy Archive.
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 …