Title: Different start date
Last modified: November 12, 2020

---

# Different start date

 *  [danjvos](https://wordpress.org/support/users/danjvos/)
 * (@danjvos)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/different-start-date/)
 * Thank you for creating this plugin!
 * Is it possible to have a different start date for the calendar? Ex: November 
   29 instead of Dec 1?
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [rightvision](https://wordpress.org/support/users/rightvision/)
 * (@rightvision)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/different-start-date/#post-13662707)
 * I’ve managed to start 25.11. (6 days more) – but you have to change code at multiple
   places (.js/.php/.css)
    js and php “for($i = 0; $i < 4; $i++)” change to “for(
   $i = 0; $i < 5; $i++)” “for ( $i = 0; $i <= 24; $i ++ )” change to “for ( $i 
   = 0; $i <= 30; $i ++ )” css #wp-advent-calendar li chaange height from 25 to 
   20%
 *  Thread Starter [danjvos](https://wordpress.org/support/users/danjvos/)
 * (@danjvos)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/different-start-date/#post-13668980)
 * Thanks! Do you remember exactly what files you had to update?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Different start date’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-advent_e2d2bc.svg)
 * [WP Advent](https://wordpress.org/plugins/wp-advent/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-advent/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-advent/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-advent/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-advent/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [danjvos](https://wordpress.org/support/users/danjvos/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/different-start-date/#post-13668980)
 * Status: not resolved