Using Magic Tags
Explains the common usage for Magic Tags, where they can be used and how to access the standard post fields, custom fields and media fields in a Custom Post Type or Taxonomy.
Explains the common usage for Magic Tags, where they can be used and how to access the standard post fields, custom fields and media fields in a Custom Post Type or Taxonomy.
Displaying Custom Taxonomy Term Meta
There are situations where you need to have get_post_meta return just the ID and not an array of Image ID’s from your image fields. The addition of pods_no_conflict_on(‘post-type’) will correct the behavior of this function call.
/* In this example my_custom_settings is the Custom Settings Page my_option is the field within that pod. You combine the two with an underscore to display them with get_option */ $my_option = get_option( 'my_custom_settings_my_option' );
Displaying Pods Custom Settings Pages
You can submit a bug or feature request over at our GitHub Repository at the following url: https://github.com/pods-framework/pods/issues/new Please be as detailed as you possibly can, include screenshots of the issue and include the steps you did that caused the issue. We also need to know the version of WordPress and the version of Pods …
Using our Shortcode to get content on your website is often the easiest method since you can drop these into a page, HTML block or HTML Widget.
Show your content and custom fields inside our Pods Templates, like Magic!
Add fields to the WordPress User Object to provide additional functionality.
Explains how to connect Taxonomy to Custom Post Types.