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…
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…
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…
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…
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…
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 =…
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…
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…
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…
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
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…
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…
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.
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…
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…