<?php
wp_get_archives( array(
'type' => 'monthly',
'show_post_count' => true,
'post_type' => 'seminar',
) );
?>