Title: Switch WordPress Theme on Certain Dates
Last modified: March 17, 2017

---

# Switch WordPress Theme on Certain Dates

 *  [Jiller451](https://wordpress.org/support/users/jiller451/)
 * (@jiller451)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/switch-wordpress-theme-on-certain-dates/)
 * I need to schedule my WordPress themes to automatically switch based on the date.
   Currently, four times a year. What is the best way to do this?

Viewing 1 replies (of 1 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/switch-wordpress-theme-on-certain-dates/#post-8926222)
 * Use wp_schedule_single_event(). The callback that is triggered can call switch_theme()
   and then schedule the next change. Scheduled events rarely occur exactly on schedule,
   they tend to occur slightly after the scheduled time. If you regularly add a 
   fixed time span to schedule the next event, like 91.3125 days, the time to switch
   will tend to creep forward. While it will take a long time before the creep is
   noticeable, you might consider creating a specific date string for the switch,
   like “1-4-17”, then converting it into a time stamp for the scheduling.

Viewing 1 replies (of 1 total)

The topic ‘Switch WordPress Theme on Certain Dates’ is closed to new replies.

## Tags

 * [conditional](https://wordpress.org/support/topic-tag/conditional/)
 * [date](https://wordpress.org/support/topic-tag/date/)
 * [dynamically](https://wordpress.org/support/topic-tag/dynamically/)
 * [switch](https://wordpress.org/support/topic-tag/switch/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)
 * [time](https://wordpress.org/support/topic-tag/time/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 2 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/switch-wordpress-theme-on-certain-dates/#post-8926222)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
