Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1285753
    louisaleontiades
    Participant

    Hi there,

    I’ve read several posts on this idea, but the support given seems to be personalized to each person so I’m writing in. I started blogging in 2011 so I have a lot of posts and the masonry format generates too many pages, so I would like a list format of all posts I have written – with the date grouped by year if possible. I’m using Integrity. Credentials provided in the next reply. Thanks for any help,

    Louisa

    #1285754
    louisaleontiades
    Participant
    This reply has been marked as private.
    #1285762
    Rupok
    Member

    Hi Louisa,

    Thanks for writing in! It seems you are already using a blog index page which showing the list of posts. What else you are trying to achieve? Any example site or a screenshot would be appreciated.

    Cheers!

    #1285765
    louisaleontiades
    Participant

    Hi there,

    Thank you for writing back so promptly. This is similar to what I would like to achieve (I realise that search etc may take customization, but just the list format would be great). https://markmanson.net/archive

    I would like to keep the front page as it is.

    Louisa

    #1285797
    Rue Nel
    Moderator

    Hello Louisa,

    Thanks for writing in! Regretfully, this particular customization request is outside the scope of our support as this is not related to an issue with the theme and instead has to do with your customization of it. As such, you will need to investigate this particular issue on your own or seek help from a developer should you not feel comfortable making these changes yourself. If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries.

    Please consider checking out this codex:
    https://codex.wordpress.org/Creating_an_Archive_Index

    Thank you for your understanding.

    #1285918
    louisaleontiades
    Participant

    Thanks for that information, it really helped. I’ve got it to this stage!

    http://louisaleontiades.com/archives/

    Now what I would like to do is to get the sidebar blank all the way down as it is on the front page. But I can’t find the php code to do that. Any advice? Thanks,

    Louisa

    #1286020
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .post.entry.arch {
        float: left
    }

    Thanks.

    #1286098
    louisaleontiades
    Participant

    Ooh that worked a treat. Last thing, if possible (and thanks). The other pages have a boxed border with padding. As per: http://louisaleontiades.com/all-the-things/

    Is that a simple CSS addition as well? thanks,

    Louisa

    #1286157
    Rupok
    Member

    Hi Louisa,

    You can just update the code to following :

    .post.entry.arch {
      border: 1px solid #ddd;
      box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
      float: left;
      margin: 40px auto;
      padding: 0 60px;
    }
    .page-id-10918 .x-sidebar {
      padding: 60px;
    }

    Hope this helps.

    Cheers!

    #1287131
    louisaleontiades
    Participant

    You did–and do–help. Exceptional support. Thanks.

    #1287140
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

  • <script> jQuery(function($){ $("#no-reply-1285753 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>