Hi I have a problem in pods framework :--
I made a plugin to update my pod from front end
$mypods = pods( 'TOWN', $post_id );
echo $mypods->form();
problem here is "save change" button is waiting infinitly and not working either.
What point i…
Is it possible to display a template for a related pod?
$mypod = pods('custompage', 'page-slug');
$related_pod = $mypod->field('top_feature');
Now I want to call something like
$related_pod->template('FeatureTemplate');
I can't seem to find a…
I enabled Templates from under Components. I clicked on "Ad New", put in a name, however the template field is empty. There isn't any place to type code.
http://prntscr.com/5e2414
As seen on the screenshot the template field is empty. Would anybody…
I have the following code for exporting all the items in one of my pods to json. The thing is I don't need all the 130 columns in the json file, but only about 20. Since this will be done for about 150 items I thought I could save some loading time…
I have created Advanced Content Type POD called 'product'. POD has relationship file field to upload images to a gallery: field name is "gallery". Products are related to each other within the same 'product' pod.
I would like to show an image from…
I'm using Pods to set up Custom Post Types in WordPress.
I have two custom post types: Car and Garage. In Car I have set up a relationship field with Garage, so when editing a Car post I can select one of the Garage posts available from the…
Is it possible, with Pods or something else dedicated to Wordpress, to create a tags style field as there is when writing a post in Stackoverflow or Wordpress ?
The goal is to create a form on a page and allow a user to enter their own tags
All right guys, I need a little help for a loop. I have a query that get's all images for my database, and I need to separate them in blocks of 6. Every 6 images, one block with div. Somethign like:
I would like to import an image to an pods.io custom image field. I tried
$api = pods_api( 'boek' );
$data = array(
0 => array(
'post_title' => 'slug',
'name' => 'test1',
'isbn13' => '9780000000001',
…
I have a custom pod, product_type, in that pod I have a custom field named label. I want to find all the pods where the label matches a certain strings.
Iv been trying this (and some other variations):
$mypod = pods('product_type', array(
…
I am looking for a CMS in PHP just like the wordpress plugin called Pods. I've been searching for a long time but i can't find any results that suits what i'm asking. Does anybody know a CMS like this?
Greetings,
Peter
I have 2 Pods "Tools" with Field name and test and "Test" with Field date and tool. In the tool content type is test a relationsip field for field tool in Test.
When we want to get some relation field we do
$pod = pods( 'pod_name', get_the_id()…
Using WordPress and PodsFramework v2.3.18
I’m trying to query results from a pod using a related field. This field is related to a pod that is related to another pod.
Ex.
Episode.producer_location -> Locations
Location.license ->…
Is there a way to use a custom slug for an extended user table?
E.g. when adding a field "band_name" to the User table, I would like the details page to be available under /profiles/{band_name}/
Right now the only thing I get it the email address of…