How do I decide between a Custom Taxonomy or a Custom Post Type?

If your item (taxonomy or CPT) can stand alone by itself as a page of detail, it should be a CPT. If it can only exist as a group of things, it’s a Custom Taxonomy. For instance, I don’t feel Authors is a Custom Taxonomy of Books. They’re both Custom Post Types and related to …

Read more

Special Magic Tags

If you want to pull back dynamic information from the Logged-in User, or Parameter Values or other special information about your WordPress site, you want to use the Special Magic Tags

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.

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

Magic Tags

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

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.