Sounds like a great plugin. When I activate plugin and choose the post type I want, the widget title displys on template but there are no ‘months’ displaying in order to choose. In other words, the archive months arent populating.
I have archive enabled.
Any one has this before?
]]>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>
]]>
I like the plugin but I have one problem.
The built in archives plugin widget that comes with WordPress uses: “date/2013/02/”
That’s how the URL looks like.
For this plugin, the URL is:
“date/2013/02/?post_type=*the specific post type*”
I was wondering if it’s possible to make this link in a proper way, that it looks nice, something like:
“date/2013/02/*the specific post type*
That would be a lot nicer. Any way of changing that?
]]>had to delete the plugin folder to get website working again
]]>Is it possible???
]]>