Is There a Way to Schedule URL to Content Updates?
Not sure if I’m understanding you correctly, but if you want to display a special of the day, depending on the day … I have a rough representation of how you could go about doing so. Example: $current_day = date(‘N’);// 1 (for Monday) through 7 (for Sunday) – daily/weekly //$current_day = date(‘j’);// 1 to 31 … Read more