For my WordPress site, I am using both PODS, and WPDataTables to manage my data. With that, I am using WPDT's "placeholder" feature to create dynamic SQL queries that will display different data depending on what user is logged in. Currently, I can…
So I am using the Pod Plugin for my WordPress Website. And I want to use magic tags to display a custom taxonomy of a pod.
Little background info:
I have 2 pods (Projects & Programmes)
I have field in Projects to Select a Programme (Each Project…
I'm trying to implement an image in my page via pods, but when I link the img src as the pod field name {@pod_product_image_exp}, I get nothing except the broken link icon for image, I took a picture: https://i.stack.imgur.com/hcrS1.jpg.
Here's are…
I have a mutidimensional array called 'gallery' in Pods that only contains photographs. I only want to return the first image of the array in my WordPress page, however all of the pics in the array are being displayed. Here's the code I'm currently…
I am currently working with the Pods plugin.
I extended the user pod and I added a corporate image field.
On the administration everything is fine, I can change the image of each user.
AND :
My problem is that I can not display this image on a…
I have a problem displaying the pagination of car photos.
I use the Wordpress AVADA theme and the PODS plugin with which I created the "cars" page with photos
I tried to modify the code in the pods.php file with this function
public function…
Just started using the PODS framework for Wordpress. Most of it I picked up pretty fast, the rest I'm struggling with. Below is an example of my confusion:
I created a custom post (Partner Bio) with auto-templates turned on.
I created a…
I am echoing all the custom field values from a custom post type (created with Pods) within the Wordpress loop in a dedicated php template (no Pods template). This works for all custom fields except for a relationship / simple / multiple selection…
I'm trying to dynamically generate a nested array by pulling polygon data from a database using the Pods Framework, however I'm struggling to get the formatting / syntax right (I'm not an expert when it comes to PHP).
This is my code, where…
I am using Wordpress and PODS framework and ACF, only reason I am using ACF aswell is because it seemed logical to me as I am a front-end developer not back-end, and this just seemed like easiest way to do this.
Trying to use where clause to compare…
So the case is I have a event-pod and a newsitem-pod.
I would like to query them so i have a combined list of pods of type event/newsitem:
$params = array(
'orderby' => 't.name DESC'
);
//i know 'events + news' is not correct notation, but it's…
I am trying to show pods ui on front end which it now has been updated to do so however my porblem is its still using the old admin css from wordpress. So my questions is how do i load admin styles in a page template like the following. Its missing…
This is going to drive me absolutely crazy. I have custom content types using Pods and I am trying to get all related records based on a parent. In this case I have states and counties.
I start with:
$states = pods( 'state', $params);
And sure…
I want to optimize the speed of my website and get all data including my relational (pick) fields data in one single query. How to do that?
Below my findings so far:
I noticed that when doing $pod->field('relational_field'); a additional query will…
I have a wordpress site that i've been working on that has some pages (as in NOT posts) that a client changes content on in order to target particular keywords. these pages have been using podscms for content management.
The client now wants to be…