-
Restricted custom field access with Pods
Example: Display the description of videos for everyone, but optionally restrict the acces to the video. 1. define in the Pod videoliste a video custom field (video) and a YEs/NO custom field (free). 2. define a template to list the videos: videotempl (Using Shortcodes in Pods Templates) 3. Insert in functions.php the restricted_video function: 4.…
-
CSS stripes
-
Using Shortcodes in Pods Templates
-
Pods, format the post_date in a template
-
Members plugin shortcodes
members_access This shortcode is for hiding content from particular roles and capabilities. You need to wrap your content when using this shortcode: The plugin accepts the following parameters (mixing and matching won’t work): * `role` – A single or comma-separated list of roles.* `capability` – A single or comma-separated list of capabilities.* `user_name` – A…
-
Redirect login to refering page
-
Pods, multiple sort example
-
List events by date with pods
Here the event date is a date/time custom field – start_tag –, it can have any format since it’s still saved as a meta value as yyyy-mm-dd hh:mm:ss it’s just converted for display. I use where to select the events to list. Remarks: Here some Examples: pods output without where pods name=“ftermin“ template=“ftermintmpl“ orderby=“start_tag.meta_value“ where…
-
List events by date with pods
Here the event date is a date/time custom field – start_tag –, it can have any format since it’s still saved as a meta value as yyyy-mm-dd hh:mm:ss it’s just converted for display. I use where to select the events to list. Remarks: Here some Examples: pods output without where pods name=“ftermin“ template=“ftermintmpl“ orderby=“start_tag.meta_value“ where…
-
List posts of a category with Pods
