Get terms ordered by post date
Basically, what you are doing right now is this: Get all the terms from industry taxonomy For each term do a WP_Query to get the newest posts, iterate through them to sort the terms, creating a new array with term ids Sort and slice the new array For each element in new array of terms … Read more