Beautiful Taxonomy Filters
Supercharge your custom post type archives by letting visitors filter posts by their terms/categories. Automatically recognizes taxonomy on the archive page and adds filters for it.
Supercharge your custom post type archives by letting visitors filter posts by their terms/categories. Automatically recognizes taxonomy on the archive page and adds filters for it.
Author Archives exclude custom post types by default, this snippet adds them back.
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
Using add_to and remove_from to add items to a relationship field and remove items from a relationship.
Find Meta Query syntax to help you find records that are ’empty’ as well as not matching an existing set.
Used to create a shortcode for a form with a more descriptive post title
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.