function single_content($content)
 {
     global $post;
     if ('incsub_event' != $post->post_type) {
         return $content;
     }
     return Eab_Template::get_single_content($post, $content);
 }