Would anyone know the benefit of using Taxonomy vs. taxonomy advanced?
I understand that taxonomy advanced saved the data in the database. I've looked through previous forum tickets but all I xan see is that it stores the info in the database but non explain the pros and cons.
Why would you use Taxonomy or taxonomy advanced and why?
- taxonomy: set the post terms, data is stored in the table wp_terms
- taxonomy_advanced: set the post meta, data is stored in the table wp_postmeta, like other custom fields
>> Can you provide use cases why someone would use taxonomy_advanced over taxonomy?
In some cases, you have to use the taxonomy_advanced field: subfield in a group or field in a block. Because the taxonomy set post terms so it won't work in those cases.
Besides that, when you want to save the field value as post meta instead of post term, you will use the field taxonomy_advanced.