How to link two custom taxonomies in WordPress?

Let's say I have one regular taxonomy called movies, and another called actors. How to connect these two taxonomies in order to find out which actors play in this or that film, or in which film do such and such actors play?

+3
source share
1 answer

You can use tags or categories and create a custom loop.

0
source

All Articles