Custom Post Type Widgets
Provides WordPress widgets that work with Custom Taxonomies and Custom Post Types.
Provides WordPress widgets that work with Custom Taxonomies and Custom Post Types.
This lightweight plugin lets you easily display related posts in a sidebar or after posts as thumbnails, links, excerpts or full posts.
Override WordPress Taxonomy with Single Select or Radio Buttons (also provides Default term selection and disabling Add New option)
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
Here’s a clever way to set to the default Custom Taxonomy Term for a Post Type (similar to ‘Uncategorized’ in Posts)
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 …