How to display a value inside a post with a specified category from a category custom field?

I added a custom field to category using ACF, something like this: so that I can specify a value for each category (like an image or text). How can I call for or display this or these values inside every post with the specified category. How do I write the code inside single.php? Answers: Thank … Read more

ACF Date Based wp_query

I’ve been trying to order these exhibitions based on the end_date custom field created with Advanced Custom Fields. I’m not able to properly get this working. I need the most recent dates first. I need to also only get posts with the exhibition_status of past. For the life of me I can’t get this working and the below code is just the latest non working interation.