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
5
votes
3 answers

reading from a database using WordPress

I am very new to WordPress, I have very little knowledge with PHP. I read about PODS and I know how to create one and use pages / templates to display data. The issue I am havingis, the PODS I was creating use static data entered via the WP…
Pacman
  • 2,183
  • 6
  • 39
  • 70
5
votes
3 answers

Export/Import Pod entries in Wordpress

I've moved my Wordpress site to another location. Importing the WP database worked fine, also importing the Pods structure. BUT, when importing the Pods data, the pod entries aren't included. Anyone know how to export/import the individual pod…
Johan Wallberg
  • 107
  • 4
  • 11
4
votes
1 answer

How do I display Pods data for a Custom Post Type

I'm experimenting with the Pods plugin for wordpress. I've created a Custom Post Type with pods. My next step is to create a single-[cptname].php. I might also want to create custom Page Template that access the user-created data associated with a…
dave dave
  • 947
  • 3
  • 10
  • 15
4
votes
5 answers

Wordpress - use comment-system outside of pages and posts

so currently i'm using pods to create some individual pages for a log, filled with custom stuff. now i want to use the comments-system for each of this pages…
choise
  • 24,636
  • 19
  • 75
  • 131
4
votes
2 answers

How to change output of a certain Pods field?

I have two pods: course and teacher. Each course has a teacher. I use shortcodes in order to build a form to define new course: [pods name='course' form='1' fields='name, teacher' ] When defining a new course, the user can choose the teacher for…
Mert Nuhoglu
  • 9,695
  • 16
  • 79
  • 117
4
votes
2 answers

How to change date and time format in Pods Framework's Date and TimePicker Components?

I was fighting with timepicker's default settings. The default settings were overridden somehow. Then, I noticed that they were actually overridden by Pods Framework's code: var pods_form_ui_pods_field_baslangic_tarihi_args =…
Mert Nuhoglu
  • 9,695
  • 16
  • 79
  • 117
3
votes
2 answers

PODSCMS + jQuery

I am modifying a theme and pulling data out of my PODS tables. I also have a custom DBTOXML.php file which is called from index.php using an AJAX call. Since this is a custom file that I put into my wordpress theme, it can't seem to find my Pod…
Sharath
  • 969
  • 9
  • 30
2
votes
1 answer

Saving content from an array for a new loop

This is my first post, so I will be trying to be as thorough as possible. I am also very new to PHP. This is a wordpress site using PODS CMS plugin so keep in mind the wordpress image uploader allows access to multiple sizes of one singular image…
2
votes
1 answer

WordPress - Only Display Posts That Are Associated To Logged In User

In my WordPress Site, I have custom post types setup for Tanks, Locations, and Users using the PODS plugin. Currently I have some PHP that allows me to only show the logged in user a post, if they are listed as the author of it. Which is a good…
Dalton
  • 59
  • 9
2
votes
2 answers

How to return custom thumbnail size of featured image in Pods

I've registered several custom thumbnail sizes for a site I've been given control over, and want to be able to call on them in the template code, which is set up like this Image
woodini
  • 33
  • 4
2
votes
1 answer

What is the most efficient way to manage multiple level relationships using WordPress Pods CMS

This is my first time using Pods in Wordpress, so forgive me if this is a bit of an easy question to answer. I've done a bit of searching for an answer to this problem, but haven't found anything that answers my question specifically. I have two…
David Stinemetze
  • 8,830
  • 3
  • 21
  • 34
2
votes
2 answers

How to use where clause in Pods

I am using Pods plugin for the first time, i have created 2 pods: Movies and Producers, i have a relationship field in the movies pod for the producers and i want to display all movies produced by a certain producer, i tried this shortcode: [pods…
Mina
  • 193
  • 1
  • 5
  • 16
2
votes
1 answer

Add pods items to menus?

I've created a pod type that I want to put under a menu item. The only way I can figure out to do this is to manually add the links to the individual pods, but I'd like it to be more integrated than that.
Joren
  • 9,623
  • 19
  • 63
  • 104
2
votes
1 answer

The best way to display Pod based images in your template file

I am relatively new to the WordPress CMS and decided to use Pods for my custom field implementations including several image fields. While I love the admin UI I was a bit flustered trying output the images in my post template file. After a lot of…
Ecksley
  • 314
  • 3
  • 9
2
votes
1 answer

Is reliable using post type pods to store 200k pods with many fields?

I would to know if it is reliable for a web portal to use post type pods for store 200k companies with many fields and with a couple of relationship fields multi-value. I don’t know if it is better to use Advanced Content Type pods and to have a…
dlopezgonzalez
  • 4,217
  • 5
  • 31
  • 42
1
2 3 4 5 6 7