Questions tagged [podscms]

Pods is a CMS framework that lets you add and display your own content types. Unlike WP custom post types, each content type gets its own table.

Links

103 questions
0
votes
1 answer

Nested Shortcodes?

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…
Dalton
  • 59
  • 9
0
votes
1 answer

Pods Plugin Display Custom Taxonomy with Magic Tags on Pods Template

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…
0
votes
1 answer

Pod Images showing up as broken image link icon

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…
J. Doe
  • 325
  • 1
  • 11
0
votes
1 answer

Return first image in gallery array of Pods Framework in WordPress

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…
woodini
  • 33
  • 4
0
votes
1 answer

Wordpress - Get User's image ID from Pods field

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…
Peter Artoung
  • 224
  • 5
  • 20
0
votes
1 answer

How add pagination for Avada theme with pods plugin

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…
Valentin
  • 25
  • 7
0
votes
0 answers

How to return only selected items from Pods Framework?

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…
brooklynsweb
  • 817
  • 3
  • 12
  • 26
0
votes
1 answer

Wordpress custom post type: returning *all* values of a multiple select list field

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…
Johannes
  • 64,305
  • 18
  • 73
  • 130
0
votes
1 answer

how to format dynamically-generated nested array in PHP

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…
MrAndySweet
  • 103
  • 3
0
votes
0 answers

Wordpress 'where' => clause comparing id's

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…
dreamsynk
  • 71
  • 2
  • 10
0
votes
0 answers

Wordpress Pods: Unable to query multiple pod types trough pods API

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…
0
votes
1 answer

How can i apply admin css on a page template

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…
c-sharp-and-swiftui-devni
  • 3,743
  • 4
  • 39
  • 100
0
votes
1 answer

Querying Pods.io for related records

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…
Wally Kolcz
  • 1,604
  • 3
  • 24
  • 45
0
votes
1 answer

How to get relational fields data in one single query

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…
DelphiLynx
  • 911
  • 1
  • 16
  • 41
0
votes
1 answer

Can Wordpress Duplicate An Entire Page Structure?

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…
bill-lamin
  • 343
  • 1
  • 3
  • 19