catherinebuca
Member
Posted 1 year ago #
I've been looking for something that will allow me to have collapsible monthly archives, like Clean Archives Reloaded allows, but in my sidebar in place of the normal archive widget/list.
Is there a way to make this plugin work like this? Or perhaps is there another plugin (that I can't find) that will do the job?
http://wordpress.org/extend/plugins/clean-archives-reloaded/
If you aren't using a widgetized sidebar, this code should work:
<?php echo apply_filters( 'the_content', '[cleanarchivesreloaded]' ); ?>
If you are using widgets, I just released a new version (3.0.2) that will allow you to use the shortcode within the text widget.
catherinebuca
Member
Posted 1 year ago #
I am using widgets – I'll check out your new version, that's great, thanks :)