protected function set_post_data($args = array())
 {
     $args = parent::set_post_data($args);
     $args['type'] = 'page';
     return $args;
 }