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