I am having problems displaying Pods data in a custom Wordpress template using the Roots Theme
I have setup a "Products" Pod, a Pods page "products/*" that has been assigned the custom Wordpress template. Roots uses a Theme Wrapper file that doesn't…
First of all, I would like to say that I'm very sorry for this shamefull question !
On my wordpress (v3.5) I just downloaded and install pods cms plugin (2.2).
I made my new awesome pod object (News for example), I added few custom attributes and…
So I have am grabbing some records using Pods.
I have 31 records, but my while($thePod->fetchRecord()) loop only goes 15 times
$thePod = new Pod('projects');
$thePod->findRecords('slider_order ASC');
$totalItems = $thePod->getTotalRows(); // =…
I am new to Pods CMS and Wordpress.
I am running pods CMS (2.0) and wordpress (3.4.1). I was playing with pods but unable to view single pod page.
I have created few pods like teams etc. I am unable to run view single page of pods.
When I debug, I…
My Old site is developed in Drupal which is having a Content Type to create a form and the user is able to view that form and submit the form. The form is added as a new page in Drupal so that the page can be provate or user can make it public…
How to give permission to user on their own pods pages content with 'add' and 'edit' options only? I am using PHP, Apache, MySql and wordpress.
Please, give me code examples.
I am using following code:
I create items using pods, I want to filter through the pods depending on what their relationship is.
Eg I have 2 relationships to pick from: "Good" or "Bad"
$pods_name = "attitude";
//get the specific pod object:
$thePod = new…
I have a custom event-pod with these variables: url, date, time
So far this code is working:
'date',
'post_type' => 'event',
);
$the_query = new WP_Query( $args );
if (…
Long time user, first time poster. The forums here have got me out of a lot of trouble but I'm really stuck on this one.
I'm using Pods for a Custom Post Type that has a Custom Field where a user can enter a numeric value. eg. or 4 or 2 etc
I want…
I am wondering if there's any function that I can create in order to modify the magic tags behaviour.
Ideally, I would like to use a tag like this {@post_content|120} which would go through my custom function and check if there's a | character, then…
Set custom post default language.
I created a custom post with pods and I have WPML plugin installed.
I want to show this custom post only in a language which is not the default one of the website so that the urls will be…
I am trying to get all subcategories which have articles linked to it.
To visualize the needed result:
subcategory A (10 articles linked)
subcategory B (0 articles linked) <- I do not want this one
subcategory C (1 article linked)
So for my…
I have a WordPress site for a client. He owns a video store, and I made a site for him to update the list of movies, usually just the "new this week" movies.
I used PodCMS as an easy way for him to upload movies and then display them. No need for…
I am attempting to create a custom template page for a details page for my Pods.io 'research_faculty' pod.
I have the url going currently to /people/details and it does go to that page but I created a 'details' page that I have assigned a custom…