This has been driving me crazy… really hoping someone here can help me out.
I am making a music blog where i have a section with a calendar of upcoming releases. I have made a CPT for this in ACF. The band name in the CPT is a taxonomy.
I also write reviews - which are another CPT - and don’t want to have to add the album cover,… again whenever i want to post a review. So my review field group is just a relationship field called related release and a field for the score.
It all works, but now I want to make a (url)/reviews page that has a grid listing of review cards which have the album cover, band name and album title. This part works as well, but i can’t seem to turn the whole review card into a link.
I have tried using dynamic data and post_url on all the different levels and it keeps linking to (url)/release/bandname-albumtitle instead of (url)/review/bandname-albumtitle
Here’s the structure i have set up:
Container
- Block (query loop: posts = reviews)
-
- Block (query loop: type = acf relationship: related release)
-
-
- Image (dynamic data: {acf_album_cover})
-
-
-
- Block
-
-
-
-
- Rich tekst [band_name] (i couldn’t use the acf field here because it is a taxonomy term and kept linking to that)
-
-
-
-
-
- Basic tekst (dynamic data: {acf_album_title})
-
-
I’ve only been working with Bricks for a couple of days and am not a developer of any kind, so please explain it to me like i’m an 8-year-old ![]()