Hello,
I’m trying to create a field with ACF for multiple terms. The terms in this situation are actually the authors of the articles on my site. It is a website based on contributors and there are a lot of authors so I don’t want to create a wordpress user for every single author. I would prefer to use a taxonomy field and then display multiple authors where there is such a case. I’ve managed to assign, display and also create an URL for posts that have a single author (site.com/author-1/{{dc:term:slug}}). But I’m struggling finding a solution for posts that have two or more. I thought of 2 approaches:
- I’ve noticed that the taxonomy field accepts multiple inputs but I can’t find a way of displaying them or creating an URL for each term.
- I’ve figured that I can create two taxonomy fields “author 1” and “author 2”. The div that contains the latter is displayed only if a certain condition is met. My problem here is creating the URL that would display all the articles written by lets say the term Robert Smith that is assigned to both “author 1” and “author 2” .
Hope I was clear enough.
Can you help me out please?