Display a Random Post
Display a Random Post
Display a Random Post
If you want to make sure shortcodes are automatically ran against all Pods Templates, this filter will make that change.
In order for Shortcodes to be processed in Pods Templates, you do need to make some changes to your configuration.
When you need to change what is shown in the drop-down Select Field in a Relationship, you can use this method to base the value on other values in Post Type.
What is it? The XY problem is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help. User wants to do X. User doesn’t know how to do …
add_filter( 'pods_form_ui_comment_text', 'gnt_pod_field_comment', 10, 3); function gnt_pod_field_comment($message, $name, $options) { $key = $options['pod'] .'.'. $options['name'] .'.description'; //TODO: lookup in file or db or stg if ('accel_feedback.aggregate_wellbeing.description' == $key) { $message = "<b>Normal = 0.00</b>. A zero value indicates that the student is generally positive<br/>". "<b><font color='red'>Distress = -2.00</font></b>. Negative values indicate that the student is …
Replacing “More Fields” for the Pods Meta Box
This example includes an override for the post title being created by other custom fields and also adds a filter to save that change on update.
A repository for simple tips and techniques that don’t fit into the other major documentation categories and help you do things you might not have thought about before with Pods.
We are happy to announce the PodsCast, a live, bi-monthly video podcast with Pods team members. Each week we will spend about an hour talking about a specific part of Pods and answering user questions. Users can submit their questions on twitter using the hashtag #podscast or the #podscast channel in our Slack. For our first episode …