Hi,
I have a post loop and using the Insert Field button is fine for simple fields but I have issues with inserting Checkboxes and File Advanced fields into the loop.
For checkboxes, I have found a workaround:
{{ mb.rwmb_the_value( 'myfield', '', post.ID, false ) }}
It's probably not ideal, but it kind of works.
But I cannot figure out how to output raw URLs of PDF files from File Advanced fields. The usual "Insert Fields" button doesn't help.
How can I use such fields inside loops?
I also tried:
{{ mb.rwmb_meta( 'my_field_group_id', '', post.ID )['my_field_id'] }}
But it doesn't display anything...
Greetings,
Tom