Does anyone know a plugin where I can create Aliasses for custom taxonomy terms?
Let’s say I have a taxonomy TV Brand, with the term “Sony”
I want to set aliases so e.g. Sony Corp, Sony Cooperation will all be basically the same term with “Sony” as the main taxonomy and Archive page.
I found “wp_insert_term” -> wp_insert_term(‘e’,’tax’,array(slug=>’e’,’alias_of’=>’a’)
It seems to add new terms, but it does not link to the alias archive for me.
Does anyone know of a (free) plugin where I can manage taxonomy terms aliasses? Or perhaps have some experience with this and can help me in the right direction?
[ad_2]
Why not just use a redirect?