I've currently got a page that lists out all of the categories on my site...there are quite a few and they only have a few posts each.
When someone clicks on one of the categories, it currently takes them to a "category archives" page, and in there are all of the posts that are in that category.
Instead of going to the category archives, I'd like for them to be automatically taken to the most recent post in that category.
The thing is, I have to generate the category ID's dynamically, as I will be adding them frequently...
I'm not great at php, but I can usually power through it.
I would be very grateful if you could help me out.
Thanks