I have Events in The Events Calendar Pro that I’m tagging with course subjects under Events > Tags. The tags are things like Algebra, Data Science, Artificial Intelligence, etc.
I’ve setup an ACF relationship field that will appear on these Event Tags and allow me to associate these tags with a page.
What my client wants us to do is link each of the event’s tags with the curriculum page that is is associated with.
Here is my setup in the Events Single Layout
DIV (Tags) - Looper Provider = Current Post Terms
DIV (Tag Container) - Looper Consumer = All
DIV (Pull Relationship Field) - Looper Provider = Dynamic Content = {{ acf.post_field({"field":"associated_curriculum_page"}) }} & Looper Consumer = All
HEADLINE (Tag) - Permalink = {{ post.permalink }} //This should be the link of the associated curriculum page
Unfortunately, this is not working. I can pull all the current post terms, but I can’t grab the link of the associated curriculum page to link onto the tags’ permalink. Any ideas how I can achieve this?