diff --git a/includes/class-sp-calendar.php b/includes/class-sp-calendar.php index a563610f..b82d0ebf 100644 --- a/includes/class-sp-calendar.php +++ b/includes/class-sp-calendar.php @@ -95,7 +95,7 @@ class SP_Calendar extends SP_Custom_Post { $this->day = get_post_meta( $this->ID, 'sp_day', true ); if ( ! $this->number ) - $this->number = 500; + $this->number = -1; } /**