Home › Forums › Front-end Issues › Unable to fetch value of Taxonomy Term Custom Field for a Category › Reply To: Unable to fetch value of Taxonomy Term Custom Field for a Category
You need to also supply the taxonomy as part of the post id. Looking at your code that can probably be done like this
<?php
$abcd = get_field(
'english_category_url',
td_global::$current_category_obj->taxonomy.'_'.
td_global::$current_category_obj->cat_ID
);
echo $abcd; ?>
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.