Home › Forums › Backend Issues (wp-admin) › Add Categories (WP Core) to Custom Post Type › Reply To: Add Categories (WP Core) to Custom Post Type
It does not appear that this is a feature of ACF CPTs. You’ll need to contact the developer to see if they plan to add this https://www.advancedcustomfields.com/contact/
For now you would need to add action on the registered_post_type (https://developer.wordpress.org/reference/hooks/registered_post_type/) hook and call https://developer.wordpress.org/reference/functions/register_taxonomy_for_object_type/ in functions PHP on the registered_taxonomy hook.
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.