I have the Custom Post Type 'Coffee'. With the help of the Oxygen Builder, I build the template for the Post Type. I have created the taxonomy 'Coffee-Manufacturer' for the CPT. Within this taxonomy there is the custom field 'Coffee-Manufacturer-Website'.
Now I want to display the content of the field 'Coffee-Manufacturer-Website' according to the 'Coffee-Manufacturer' on the 'Coffee'-Template. Sorry for the somewhat clumsy wording.
This code only works for me on the 'Coffee-Manufacturer' Archive Template. Unfortunately not on the 'Coffee' template.
<?php $term = rwmb_meta( 'Coffee-Manufacturer-Website' ); ?>
Can anyone help me? Thanks in advance!