creative24 Posted February 14 Posted February 14 On my blog page, is currently set up with my image on the left and the title on the right. All of my blog posts are short. Only a few sentences. I would like the post body to show on the blog page. Is there a way to insert the post body below the post title? Is there a way to use code to insert the post body? Or another way to make this happen.
derricksrandomviews Posted February 14 Posted February 14 (edited) I am not sure what you are asking. Are you looking to post the text as an excerpt? It would be helpful to see your blog and get a better idea of what you want. Edited February 14 by derricksrandomviews
creative24 Posted February 14 Author Posted February 14 My site is not live and I don't have the page created yet. I'm thinking about what I want to do and what is possible. The best example I can give is if you insert a summary block of posts. And you set it to a list layout. On the left there is the image and on the right there is the title and below the title is the excerpt. Instead of displaying the excerpt could you display the full content of the post? Is there a way to customize that? My posts will contain two buttons. And I don't think I can display buttons in an excerpt.
creative24 Posted February 18 Author Posted February 18 On my blog page, I would like to be able to put the full blog post instead of just the title and an excerpt. I know if I choose a certain layout I can achieve this, however I don't like it. I like the look of the list display, but you can only use an excerpt. Is there a way using custom coding to replace the excerpt with the full post on the blog page? I have not yet set up my blog yet because this is my ideal layout, but I'm not sure if I can achieve it.
Ziggy Posted February 19 Posted February 19 If your blog posts are short, can you not copy/paste the blog text into the excerpt so that displays? Or do you have images and other content beyond text that you want to be visible on the blog list? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
creative24 Posted February 19 Author Posted February 19 My blog posts are going to be short, but there is other content I want to show. Do you think it's possible to achieve this, or should I start thinking about a different design layout?
Ziggy Posted February 19 Posted February 19 This used to be available on a few old 7.0 templates, but I've not seen a solution to render every full blog post on the main blog page in 7.1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
creative24 Posted February 21 Author Posted February 21 Thank you. I will have to rethink my layout. I appreciate you taking the time to respond.
sunjo Posted September 6 Posted September 6 Showing the full post is now available on 7.1 The only downside is that it can only be done by selecting Single Column Blog > Content Display: full post Would be great if they had a masonry grid layout for it as well 😕
tuanphan Posted September 9 Posted September 9 On 9/6/2024 at 4:39 PM, sunjo said: Showing the full post is now available on 7.1 The only downside is that it can only be done by selecting Single Column Blog > Content Display: full post Would be great if they had a masonry grid layout for it as well 😕 You can use Single Column then use this code to Custom CSS to turn it to Masonry /* Single Column to Masonry */ @media screen and (min-width:768px) { .blog-single-column--wrapper { columns: 2; column-gap: 20px; height: auto!important; display: block!important; padding: 0px; } .blog-single-column--wrapper article { height: auto!important; } .blog-single-column--wrapper article { position: relative!important; transform: none!important; width: 100%!important; display: block !important; padding: 1.5px!important; box-sizing: border-box; } .blog-single-column--wrapper img { height: 100%!important; width: 100%!important; } } nathan.j.p 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment