pods + repeateable fields -> beaverbuilder
-
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 …
- The topic ‘pods + repeateable fields -> beaverbuilder’ is closed to new replies.