Hi
Is it possible to let the archive list start/stay expanded?
Currently, I am using this shortcode:
[jQuery Archive List ex_sym=” con_sym=” month_format=’full’ expand=’expand’]
Which gives me a list that looks like this:
2014
2013
I would like to have it completely expanded from the beginning:
2014
* februar
* januar
2013
* december
* november
(also after clicking a month and using the “back” button in the browser)
How do I do that? It seems like the “expand” parameter does not work – or maybe I am using it the wrong way?