Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #528209

    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

    #528656

    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

    #528735

    Hi Elliot!

    This didn’t seem to do anything.

    #529469

    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

    #529584

    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.

    #530335

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.