What’s in a Name? How should I name my Pods and Fields?

It’s actually a naming restriction from WordPress. Within your site, you can’t have names for Custom Post Types that conflict with either existing WordPress objects (user, post, page, media, etc) or existing Post Types. Within each post type, you can have duplicate field names across post types, because key/value pair in Post Meta is actually …

Read more

Custom Post Advanced Options Tab

This section details all the options available on the Advanced Options tab of the Edit Custom Post Type screen in the Pods Admin.

Extending Users

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