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.

Displaying Custom Settings with get_option

/* 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' );

I have a Bug or Feature Request. Where do I submit those?

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 …

Read more

Pods Shortcode

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.

Magic Tags

Show your content and custom fields inside our Pods Templates, like Magic!

Extending Users

Add fields to the WordPress User Object to provide additional functionality.