• Hard to believe this is the only plugin that gives an Archives Widget for Custom Post Types. Only thing I could get working though, even if outdated.

    Found a problem though when using the Dropdown setting. Replace the <select> at line 41 with…

    <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo esc_attr(__('Select Month')); ?></option> <?php wp_get_cpt_archives(apply_filters('widget_archives_dropdown_args', array('type' => 'monthly', 'format' => 'option', 'show_post_count' => $c, 'cpt' => $cpt))); ?> </select>

    http://wordpress.org/plugins/cpt-archive/

  • The topic ‘Dropdown Fix’ is closed to new replies.