Home › Forums › General Issues › WooCommerce Display Product Category field in the loop › Reply To: WooCommerce Display Product Category field in the loop
This will get the field from the current post and not a term, is this where the tax field is located?
$term = get_field('alternative_title');
I’m assuming yes since you’re using code that indicates you know you need to supply a different $post_id in the next line.
Try this
$othertitle = get_field('alternative_title', 'term_'.$term->term_id);
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.