Home › Forums › Backend Issues (wp-admin) › Add ACF field to post categories › Reply To: Add ACF field to post categories
get_the_category() returns an array of term objects, not a single term object, I didn’t realize this when I last commented.
But is seems you figured that out since you’re using $name= $category[0]->
everywhere but for getting the field, so it should be. $sous_titre = get_field('sous_titre_categorie', $category[0] );
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.