SOLVED: ACF Bi Directional Fields in Bricks? Field Query is not showing

Hey All,

Issue persists on ACF Bi Directional Fields in Bricks. I’m having trouble Querying Field from Post Type B to show up on Post Type A.

Type A = Books.
Type B = Authors.

I cannot get Author Field: “author_age” to appear on Book Post. Any ideas how to fix this? I’ve implemented ACF Bi Dir Code. Any help is appreciated!

php code from ACF – (ACF | Relationship)

1 Like

For others running into this issue, it’s critical to have parent with a query loop and select your custom Relationship Field! @parktechno hopefully this helps you

Would have had no idea to do this step if it weren’t for @benabre Query post.