chihung
1/26/2019 - 4:07 AM

get list of archive

<?php

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

                        ?>