blakek
March 30, 2023, 6:12pm
1
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
blakek
March 30, 2023, 9:45pm
2
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.
I can’t find the mistake.
I have 2 Custom Post Types “Services” and “Contact Person”. I set up a relation with Metabox and assigned “Contact Persons” to “Services”. On the Single Template of “services” I want to querry the assigned “Contact Person”.
[Bildschirmfoto 2023-03-29 um 22.21.51]
I don’t why, but nothing is querried. I did this several times with no issues. The weird part is, that the realtion querry between “Services” and “Other Services” is working with no issues. I checked every …