Tagged: x
-
AuthorPosts
-
December 8, 2016 at 1:46 am #1285753
louisaleontiadesParticipantHi 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
December 8, 2016 at 1:46 am #1285754
louisaleontiadesParticipantThis reply has been marked as private.December 8, 2016 at 2:03 am #1285762
RupokMemberHi 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!
December 8, 2016 at 2:06 am #1285765
louisaleontiadesParticipantHi 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
December 8, 2016 at 3:00 am #1285797
Rue NelModeratorHello 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_IndexThank you for your understanding.
December 8, 2016 at 5:29 am #1285918
louisaleontiadesParticipantThanks 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
December 8, 2016 at 7:35 am #1286020
ChristianModeratorPlease add the code below in your Appearance > Customize > Custom > Global CSS
.post.entry.arch { float: left }Thanks.
December 8, 2016 at 8:45 am #1286098
louisaleontiadesParticipantOoh 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
December 8, 2016 at 9:32 am #1286157
RupokMemberHi 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!
December 9, 2016 at 2:49 am #1287131
louisaleontiadesParticipantYou did–and do–help. Exceptional support. Thanks.
December 9, 2016 at 2:51 am #1287140
Rue NelModeratorYou’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. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1285753 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
