Custom Taxonomy in Wordpress

0

I have a posts registry, which is actually a doctors registry. My question is how to target a specific taxonomy.php file, since I have two files with their select s in the database. In one show one information and the other, others. Being more specific, what differs from one another is more information (dates, etc) that one has and the other does not have, but are basically the same information. I just do not know how to direct it to the other file, since the default is taxonomy.php .

    
asked by anonymous 01.08.2016 / 19:42

1 answer

0

Are different taxonomies?

If so, you can use: taxonomy-nome-da-taxonomia.php

And use your code on each.

    
04.08.2016 / 22:42