Pods can be used to display in many different ways including:
If you want to use PHP, check out our extensive code reference for Pods which will give you flexibility for the needs of any project.
Display your Pods Content anywhere you want using Templates, Shortcodes, Widgets or PHP
Pods can be used to display in many different ways including:
If you want to use PHP, check out our extensive code reference for Pods which will give you flexibility for the needs of any project.
An overview of how Access Rights works in Pods
To display the custom fields you’ve extended to your Custom Taxonomy, you’ll need to use the function get_term_meta. /* $term_id is the Taxonomy Term 'field_name' is the Custom Taxonomy term */ $field_value = get_term_meta( $term_id, 'field_name', true );` If you’re on a Taxonomy Archive page, you can use $pods = pods(); and Pods will automatically …
Pagination of a list items is supported by Pods Blocks, Shortcodes, and Widgets.
ContentsOverviewUsing Pods TemplatesUsing WordPress FunctionsDisplay Pods Settings Pages using Pods Functions Overview You can access Custom Settings Pages for display in your theme using Pods Templates, WordPress functions or with our Pods Functions Calls. Using Pods Templates When you’re using a Pods Template, you’ll reference your fields in your Settings page with the standard magic …
Shows fields that differ in reference to Image & File Fields
Show your content and custom fields inside our Pods Templates, like Magic!
Pods supports loading template files directly from the theme for a Pod Page. This requires using the Pod Pages component. ContentsPod Page Templates HierarchyCode referenceExample page URL path: “my/pod-page/*” (Page must be created first)Diagram Pod Page Templates Hierarchy Pod Page Templates can be automatically loaded from the theme when the Page Template dropdown is left …
Pods supports loading template files directly from the theme. There are two kinds of templates in Pods: ContentsPod Templates HierarchyExample template: “book-list” (Template must be created first)Plain Templates (Templates component inactive)Diagram Pod Templates Hierarchy Pod Templates can be automatically loaded from the theme when the template code is left empty AND the template name must …
Pods Blocks are available in the Block Editor. They are also available in the Widget Editor (WP 5.8+)
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.
Create re-usable templates of content that you can put anywhere on your website using Pods Blocks, Pods Shortcodes, Pods Widgets, or automatically inserted in your Single & Archive Post Templates using Auto Templates.
Pods Widgets allow you to display fields, a single item, a list of items, and embed a form or template view. Pods Blocks are now recommended instead of using our Widgets.
Fields available to Posts, Pages and Custom Post Types (not including post_meta). Media Library is also a Custom Post Type
Used for Category, Tags and Custom Taxonomy
Special handling for conditional output or looping through relationships, taxonomy or attached media.
User Fields available to Magic Tags when Extended and How to get to and access user_meta with PHP Methods.