Hi,
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 e.g.:
mydomain.com/podpages/page1
mydomain.com/podpages/page2
mydomain.com/podpages/page3
this are not pages created with wordpress so simply adding <?php comments_template...
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 able to duplicate these pages any number of times and edit the text within them. So basica...
Hi,
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 class and so I am not able to pull data out of my PODS tables. Any idea how I can make th...
Hi,
I am trying to implement a radio button input helper for my PODSCMS for a boolean field.
The requirement is straight forward. Instead of displaying a checkbox, I want to display two radio buttons with 'Yes' and 'No' option and based on what is selected I want to either insert 1 or 0 in the db column.
Here is the code I have so far ...
Seems like a basic question, but can't figure this out..
I created a POD and then a template and a PODS page but how do I display it..as in what is the URL. Just can't seem to figure this out..
I created a /mobileapps/ page and the code in there is..
$Record = new Pod('mobileapps');
$Record->findRecords('name ASC');
echo $Record->showT...