• Resolved [email protected]

    (@scrappyhuborg)


    I’ve created a CPT with PODs that includes a repeateable ACT that I’ve linked via Panda ( Pods Table as Repeater Field )

    From a data entry perspective, everything is working expected, but for the life of me, I can’t find anything that explains how I access the repeateable field(s), and am hoping someone here can give me a pointer …

    One the page I’m trying to display on, all of the ‘single fields’ get displayed as:

    <div>[wpbb post:pods_display field=’height’]

    and that works fine … what I can’t figure out how to do is something like:

    [each hourly_rates]
    [wpbb post:pods_display field=’time_label’]
    [/each]

    Someone had pointed me to [wpbb-acf-repeater name=’hourly_rates’], but either I’m doing something wrong, -or- that is meant for use when you are using ACF *instead* of PODs …

    I’m trying to avoid writing “yet another BB plugin” to do this, since I’m literally just trying to build a simple table, and want it so that someone else more artistically talented can fix the look without them having to muck around in PHP …

    Is this doable, or do I really have to write more PHP? I know PODs does support it, I’m just not finding out to do it with Pods *through* BB …

    Thanks for any pointers …

Viewing 1 replies (of 1 total)
  • Plugin Contributor Bernhard Gronau

    (@quasel)

    Sadly ACT lives way outside of the “standards” it dates back to the times when CPT didn’t exist in WordPress – only use them if you are really need them and are prepared for a lot of headaches :/

    I never used the 3rd party tool Panda – as I just used relationships if I needed “a group of fields” ??

    https://pods-pro.skc.dev/add-ons/ has some additional tools that might help, and pods now has a simple repeater field and the more complex version for groups is in development.

    I hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘pods + repeateable fields -> beaverbuilder’ is closed to new replies.