pixelpreaching Posted July 2, 2020 Share Posted July 2, 2020 Site URL: https://mwilliams.photo Hi, I'd like to remove the date from specific blog pages, but not all blog posts - I've been able to do the latter, but that's not what I want. Specifically, I am changing my homepage to a summary list, which then has a date on it. I want to remove the date from the main summary list post, but not all the posts. I also want to remove it from https://mwilliams.photo/my-gear-list. Basically, trying to figure out how to target specific blog pages and not just a global on/off code. Thank you, Matt Link to comment
pixelpreaching Posted July 3, 2020 Author Share Posted July 3, 2020 I went ahead and made the new homepage live, so you can see - there are three blog posts currently listed within the summary list. I want to remove the "July 3, 2020" date but not remove the dates from the individual posts. Same for https://mwilliams.photo/my-gear-list which is only a blog page because I can't have the sidebar without it being that. Thanks for any help, I've read a number of other similar/exactly the same questions on past posts and tried doing Custom CSS as well as inserting code into the Header CSS of each specific page - all I've been able to do is remove the dates from everything via the Custom CSS. Link to comment
pixelpreaching Posted July 3, 2020 Author Share Posted July 3, 2020 Figured it out, finally! For anyone else trying to do the same, insert the following in the advanced header code of the individual blog page, not the site-wide Custom CSS <style> .date { display: none; } </style> Link to comment
LauraBen Posted August 28, 2020 Share Posted August 28, 2020 This didn't work for me. I am looking to remove the date from the blog post preview. Link to comment
tuanphan Posted August 29, 2020 Share Posted August 29, 2020 14 hours ago, LauraBen said: This didn't work for me. I am looking to remove the date from the blog post preview. Can you share link to blog page? We can check easier. 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!) Link to comment
LauraBen Posted August 30, 2020 Share Posted August 30, 2020 Hi Would like date hidden from pages like this: https://www.the80sgirls.com/80s-girl-blog Would like tag/categories hidden from pages like this: https://www.the80sgirls.com/80s-girl-blog/80sgirlinamillennialworld Thank you! Link to comment
tuanphan Posted August 30, 2020 Share Posted August 30, 2020 9 hours ago, LauraBen said: Hi Would like date hidden from pages like this: https://www.the80sgirls.com/80s-girl-blog Would like tag/categories hidden from pages like this: https://www.the80sgirls.com/80s-girl-blog/80sgirlinamillennialworld Thank you! Add to Home > Design > Custom CSS .view-list time.blog-date { display: none !important; } .blog-meta-item.blog-meta-item--tags { display: none; } 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!) Link to comment
Chavisa Posted September 9, 2020 Share Posted September 9, 2020 None of these worked for me. I've tried it about ten different ways. Sqaurespace 7.0 Brine family Moshka template. I just want the dates gone on all of my blog posts. Link to comment
tuanphan Posted September 9, 2020 Share Posted September 9, 2020 13 hours ago, Chavisa said: None of these worked for me. I've tried it about ten different ways. Sqaurespace 7.0 Brine family Moshka template. I just want the dates gone on all of my blog posts. Add to Home > Design > Custom CSS time.Blog-meta-item.Blog-meta-item--date { display: none; } 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!) Link to comment
Chavisa Posted September 9, 2020 Share Posted September 9, 2020 4 hours ago, tuanphan said: Add to Home > Design > Custom CSS Yes, I did that. It does not work. I'm using the Moska template. Thanks for trying. Not sure what to do anymore. Link to comment
tuanphan Posted September 9, 2020 Share Posted September 9, 2020 2 hours ago, Chavisa said: I tested on Moksha & works here. Can you share link to blog page? 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!) Link to comment
LauraBen Posted January 10, 2021 Share Posted January 10, 2021 @tuanphanis there any SEO issue with removing the date? For some evergreen pages that I update it might be beneficial if I can have a date updated so Google knows it's fresh. thank you Link to comment
tuanphan Posted January 12, 2021 Share Posted January 12, 2021 On 1/11/2021 at 2:09 AM, LauraBen said: @tuanphanis there any SEO issue with removing the date? For some evergreen pages that I update it might be beneficial if I can have a date updated so Google knows it's fresh. thank you I don't do SEO, so I'm not sure. Google bot reads the code of the page, it can still see the date. 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!) Link to comment
LauraBen Posted January 17, 2021 Share Posted January 17, 2021 Would you know how I could update the date on a blog post so that Google sees it updated but it isn't visible on the page? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.