Hello beautiful people
Following a friends suggestion, im trying to build some thing with bricks & ACF instead of Croco & Elementor.
I want to be able to pick a post inside the acf post obj field and then access all it’s meta (and future acf’s ill add) in the editor. ill explain:
I have the following CPT’s :
- Hotel rooms (with “hotels” as taxonomies)
- Destinations
- Extras
- Quotes
With the Rooms CPT I want to keep data about each room (and hotel, in the tax) using acf fiels, data such as a photo gallery, price categories and ect
and the inside the Quotes CPT I create Quote Posts using nested repeaters
I pick a destination and within I pick hotel rooms and extras (such as an extra bed for 10$ ect)
Now what I cant figure out is how to access all the selected tax\post meta from the post object field.
Currently I can only get the post title as a link to the post using the tag - {acf_hotel_rooms_rooms}.
With croco’s macros it was pretty easy to access all the meta but they do not support nested repeaters.
Would love some help!
Thanks