Hi, I placed the Archive widget into the Blog sidebar and got this: http://redesign.openfin.co/blog/
Is there a way to make the list more like….a list? It currently looks more like a ‘tag cloud’. Ideally they would be lined up vertically, left aligned with the ability to only show the recent year (January 2015 – current month) with “More” under January 2015 to see additional years if applicable.
Thanks,
Slade
Hey Slade!
Add this to your custom CSS.
aside .entry-content-wrapper li { display: block !important; clear: both !important; margin-left: 0px !important; }
Cheers!
Elliott
Hi Elliot!
This didn’t seem to do anything.
Hi!
Oh, I thought that was in a sidebar. Switch it to this.
.widget_archive li { display: block !important; clear: both !important; margin-left: 0px !important; }
Best regards,
Elliott
Worked great! Thanks Elliot!
I don’t suppose there is any way to limit how far back the archives show is there? An example would be to limit the number to 10 or 12 months..??
Thanks.
Hi!
You would need to create a custom query for that, https://codex.wordpress.org/Class_Reference/WP_Query, and it gets kind of complex. It would be best to hire a freelancer for that customization.
Regards,
Elliott