Home › Forums › General Issues › Trying to display a category (taxonomy) field in the fronted › Reply To: Trying to display a category (taxonomy) field in the fronted
As I said a while back, you cannot use the_field()
with a taxonomy field.
<li>Plan type : <?php the_field('plan_type'); ?></li>
and the documentation explains how to use a taxonomy field based on the return value you have set.
What is your return value and what information about the term are you trying to show?
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.