public function generateCustomFields()
 {
     parent::generateCustomFields();
     // Add select galleries for post, portfolio
     // add_meta_box("job_of_author", "Career ", array($this,"createGalSlideshow"), "testimonials", "normal", "high");
     // add_meta_box("special", "Featured News (Used on [Homepage] - Our Blog Widget)", array($this,"createdifferent"), "post", "normal", "high");
     // Add head title filed for post, portfolio
     //add_meta_box("wp_cp_head_title", "Enter title for post, portfolio", array($this,"createHeadtitle"), "post", "normal", "high");
 }