I have a custom field in my custom post type named ‘category’. On the front end, I would like to display the list of categories AND color code them.
For example, a post could have category: news, weather, updates, and on the front end, all three would be displayed with their own class - then css’d to have a unique color.
Is this somehow possible with the looper provider/consumer and ACF?
Thank you,