Get a random thumbnail from posts belonging to a specific taxonomy
So in order to do this, I needed to first do a for each loop, store the category slug as a variable, JAMterm, and then use that in a query to pull one random thumbnail from the category. Thanks to @Renishkhunt for helping me along the way to get this answer. <?php $taxonomyName = “category”; … Read more