1. WordPressプラグイン『Custom Post Type Permalinks』をインストールします。
2. セレクトボックスで実装する場合、以下のコードを記述します。
<select name="archive-dropdown" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">月を選択</option> <?php wp_get_archives('type=monthly&format=option&post_type=post'); ?> </select>