@elliot ,
I tried this -> “Finding the term related to the current post” ,
And I was able to finally!
Thank you!!
Hi @elliot !
I use code below, I want to use the_field(‘color’) in “Edit Category”.
<span class="categorys font-s" style="background-color:<?php the_field('color'); ?>"><?php the_category(' ') ?></span>
It’s in single.php and index.php , and other fields are working fine.