Does anyone know of a way to automatically add a publish date to a post?
A project I'm working on for a client has the following requirements;
- Contributors will be adding posts within a specific category.
- 1 post from that category will appear per day for one day on the homepage.
- It's a first-come, first-serve basis.
The idea is, when a Contributor writes a post, we query the database, find all posts within that category and their corresponding publish dates, and add 1 day to the highest date found.
I have the rest of it figured out, I just can't figure out how to auto-add the publish date short of manually editing it.
Any help would be greatly appreciated!