Forgive me if this is obvious, but I couldn't find the answer if it's been posted before. I've created one site with SS and it was a few years ago, so I've forgotten a lot about it!
I've got a blog with a sidebar containing the ArchiveWidget. Currently it contains one long list of Months (December 2016, November 2016, ... January 2014). Is there a way to truncate the years for every year older than the current year?
Something like:
- December 2016
- November 2016
- ...
- January 2016
> 2015
> 2014
It would be best if the generated UL could be split into separate ULs for each year; that way I could use Jquery to collapse/display subsequent years (like an accordion). Thanks in advance.
Paul
EDIT: I realise I'm using an old version of the Blog Module. I'll look into upgrading and see if that solves my problem!