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
0
votes
2 answers

deleting pod items

does any one have any suggestions on deleting pod items in wordpress using triggers such as a button click or something similiar?
ayush
  • 14,350
  • 11
  • 53
  • 100
0
votes
0 answers

Pods wordpress form submit button infinitly waiting

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…
Amit Sharma
  • 1,968
  • 5
  • 24
  • 35
0
votes
1 answer

Wordpress Pod Relationshop field

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…
Marklar
  • 1,056
  • 2
  • 13
  • 31
0
votes
2 answers

Wordpress Pods plugin - Template Content field doesn't show up

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…
Emma
  • 7
  • 4
0
votes
1 answer

Wordpress pods: Exporting specific columns to json

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…
user2359168
0
votes
1 answer

Display an image(s) from related advanced content type pod

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…
0
votes
0 answers

Pods - display link to relationship post

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…
Bo.
  • 1,497
  • 3
  • 11
  • 21
0
votes
1 answer

Is it possible to create a Tags style field?

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
user1475269
0
votes
1 answer

PHP loop block of divs every six
  • 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:
  • Matheus Costa
    • 15
    • 1
    • 4
    0
    votes
    1 answer

    pods.io Wordpress pods_api import image in custom field

    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', …
    Mike
    • 91
    • 2
    • 8
    0
    votes
    1 answer

    Querying by a pod field

    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( …
    MeLight
    • 5,454
    • 4
    • 43
    • 67
    0
    votes
    0 answers

    PHP CMS like Wordpress Pods

    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
    user3527894
    • 275
    • 2
    • 3
    • 8
    0
    votes
    1 answer

    PODS: limit result of relationsship field

    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()…
    0
    votes
    0 answers

    Trying to group results by related field using Pods Framework, WordPress

    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 ->…
    0
    votes
    1 answer

    Custom slug for User pod

    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…
    ThomasK
    • 119
    • 1
    • 2