/**
  * Rewind the posts and reset post index.
  *
  */
 public static function rewind_days()
 {
     self::$current_day = -1;
     self::$current_week = -1;
 }