Contents
- Overview
- Quick Start for Creating Pods
- Add New Pods [Pods Admin]
- Adding Fields to Pods
- Edit & Manage Pods
- Creating a Custom Post Type [CPT]
- Creating a Custom Taxonomy
- Extend Existing Post Types, Taxonomies or WP Objects
- Creating a Custom Settings Page
- Create an Advanced Content Type [ACT]
- Compare Content Types
- Meta vs. Table Storage
Overview
Now that you have a fairly good idea what Custom Post Types, Custom Taxonomies and Custom Fields are (and how Pods works with them), you can start creating and editing your “pods”. We’ve mentioned this before in ‘What is Pods?‘, but if you think of a “pod” as a convenient way to store a particular content type, our Manage Pods screen under Pods Admin will make a lot of sense to you. You go to the Pods Admin to create and edit your content types or “pods” and within each pod, you can manage the fields and additional configurations for those content types.
Quick Start for Creating Pods
Here’s a quick step by step of what you’ll do when you want to create a new pod:
- Go to the Pods Admin screen
- Select Add New from the admin menu.
- From the Add New Pods Wizard, select whether you’re Creating a New Custom Post Type, Custom Taxonomy or Custom Settings Page or Extending an Existing Post Type or WP Object.
- If you’re creating a new Pod, give your Pod (Post Type, Taxonomy or Settings Page) a Name and hit Next Step.
- If you’re extending an existing object, pick the WordPress object or Custom Post Type you’re extending and click Next Step.
- You will now be in the Manage Pods screen for your new Pod. From this screen, you’ll be able to Manage Fields (Add, Edit & Delete Fields) and any other specific configuration parameters for your Pod.
For more detailed information on the above steps, you can check out the more detailed documents in this section.
Add New Pods [Pods Admin]
Explains the Add New Pods Wizard which allows you to create new Custom Content Types or Extend Existing ones.
Creating a Custom Taxonomy
Explains how to create and manage your Custom Taxonomy within Pods Admin.
Extend Existing Post Types, Taxonomies or WP Objects
Within the Pods Admin, you can Extend Existing Custom Post Types & Taxonomies created by other plugins, or you can extend WordPress Objects like Users, Media, Categories or Tags.
Creating a Custom Settings Page
Create a Custom Setting Page for storing information that can be entered once and used everywhere on your site.