Code Snippets

Collections of all of our Hook & Filters, Pods Templates and Template Examples

Integrating Pods Template in the Loop

Posted in , , , , , ,

How to output a Pods Template inside a PHP Template file with the Loop

Change Taxonomy Input to Single Select (Radio or Single Select DropDown)

Posted in , , , ,

Override WordPress Taxonomy with Single Select or Radio Buttons (also provides Default term selection and disabling Add New option)

pods_ui_field_value example

Posted in , ,

Only changes the visual text display in the Admin Table not the fields in the database

Create Post Title from Fields in the Post using pods_api_pre_save

Posted in , ,

Set the title of a custom post type Pod, based on the value of other fields.

Enabling Excerpt for ‘Pages’

Posted in , , ,

Add the Excerpt `post_excerpt` to the Default WordPress Page.

Example Using Pods Migrate to load JSON from a File

Posted in , , , , ,

Handy method for loading Pods Configuration from the JSON file, includes tests for Migrate Packages component being active.

Custom Shortcode for Showing Posts for Current User

Posted in , , , ,

Provides an alternate method for pulling custom posts by the current logged in user

Output Filter for File Size of Attached Media

Posted in , , , ,

Output Filter for returning the File Size by providing the ID of the Media File

Update Taxonomy from Value Stored in Relationship Field

Posted in , ,

If you’re using a relationship field to a Taxonomy and you want to make sure it updates the Taxonomy accurately, here’s a post_save action hook you can use to update the Taxonomy from a relationship field.

Get Almost any Environment Variable with Pods_V

Posted in , , ,

Variable return function that can pull just about anything using pods_v