So for Wordpress or a custom MySQL/PHPAdmin site, how difficult is it to create a way that "writes" or "publishes" an entry from the database based on the day or time of day? WP does not have this built in, I believe. You have to "schedule a post". For example, a user wants to upload 7 images. However, they only want one image per day to be shown without the need to "schedule a post". So over the course of a week, one image per day will be published. If 14 images are available, one image per day continues to be "posted". Is this difficult to do or relatively simple?