Get image of latest post from taxonomies/categories
There’s not a real efficient way to do this. You’ll either have to make 3 queries or create your own SQL query and use global $wpdb;. For simplicity purposes I’ve went with a 3 query approach. If we know the slugs or IDs we can pass them to our tax query. Since the example code … Read more