Hi David McCan, thank you for this tutorial. I was wondering, how do we display information from the field in a relationship? For example, in your Book Author CPT, you have a relationship field with books; how could we make a list of books that includes data about the book (set in the Book CPT) such as publish date, genre?
Thanks for this! Very clear. First time I've fully understood how the bidirectional relationship field works. One question: how can one "force" this relation to build up if the two CPTs and the field already existed but it wasn't set properly? I mean: is there a way to force the "Audio Books" to read their related "Book Author"? Or it should be done manually one by one?
It is possible if you are using a plugin to display the related content that you can set a condition, but I've always gone record by record to set the relationship.
I realise this is some what out of date now as this functionality is fully released, but I have a related question to do with Relationships and the new Bi-Relationship type. I see so many tutorials about relationships, and most create a third field group, the way you might do if creating a many-to-many relationship in MySQL, and your's is the only one that uses the relationship directly between the two field groups, I wonder if you have any thoughts on why people might do it that way vs the way you've shown here?
I have a question. This helped me setup the BDR correctly, so thank you. However, how do you bring in the content once it's set up. In other words, if you were to view an author's single post page, how do you get their books to show up like you would for related posts, for example. Styled with an image, title, description, etc. and link to that book's single post page. Please help.
No. If you are talking about using custom tables then there is a plugin from hookturn for this for ACF, Meta Box has it in their premium, JetEngine and Pods have it too. Note that it may require extra programming for displaying the values as most tools use the default post meta option.
It’s good to see ACF getting these updates. Thanks for the video!
You saved me hours of troubleshooting time. Thanks! I hope you make more videos about ACF
Great video. Well prepared and explained. Thanks David!
Glad you liked it. Thank you.
Neat… I also used snippets for option pages on a regular basis. I probably won't go back and remove them, but going forward, this is convenient!
Hi David McCan, thank you for this tutorial. I was wondering, how do we display information from the field in a relationship? For example, in your Book Author CPT, you have a relationship field with books; how could we make a list of books that includes data about the book (set in the Book CPT) such as publish date, genre?
This was a great explanation thanks!
thank you very much
Thanks for this! Very clear. First time I've fully understood how the bidirectional relationship field works. One question: how can one "force" this relation to build up if the two CPTs and the field already existed but it wasn't set properly?
I mean: is there a way to force the "Audio Books" to read their related "Book Author"? Or it should be done manually one by one?
It is possible if you are using a plugin to display the related content that you can set a condition, but I've always gone record by record to set the relationship.
I realise this is some what out of date now as this functionality is fully released, but I have a related question to do with Relationships and the new Bi-Relationship type.
I see so many tutorials about relationships, and most create a third field group, the way you might do if creating a many-to-many relationship in MySQL, and your's is the only one that uses the relationship directly between the two field groups, I wonder if you have any thoughts on why people might do it that way vs the way you've shown here?
Thank you.
I have a question. This helped me setup the BDR correctly, so thank you. However, how do you bring in the content once it's set up. In other words, if you were to view an author's single post page, how do you get their books to show up like you would for related posts, for example. Styled with an image, title, description, etc. and link to that book's single post page. Please help.
You use a tool that supports ACF relationships. Here is a video where I showing doing just that with Cwicly. ruclips.net/video/rEwNbzlM8J0/видео.html
NIce!
Did they change anything in the way relations are saved in the database? Compared to Metabox they weren't having the best relational performance.
No. If you are talking about using custom tables then there is a plugin from hookturn for this for ACF, Meta Box has it in their premium, JetEngine and Pods have it too. Note that it may require extra programming for displaying the values as most tools use the default post meta option.