Exemplo n.º 1
0
 function __construct()
 {
     $this->imagesize["name"] = "exhibitions_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 70;
     $this->post_type = "exhibitions";
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->imagesize["name"] = "op_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 130;
     $this->post_type = "ourpublications";
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct()
 {
     $this->showfield = "title";
     $this->imagesize["name"] = "events_custom_imagesize";
     $this->imagesize["w"] = 90;
     $this->imagesize["h"] = 70;
     $this->post_type = "events";
     parent::__construct();
 }