How do you remove dates from blog posts?

Thank you for your help. Smiley Happy

13,118 Views
Message 1 of 41
Report
40 REPLIES 40

Adam,

How do you remove the date from a single blog post? I am asking because there is no good solution presently to pin a blog post to the top of a page Smiley Sad  I'm on the pro plan.

3,937 Views
Message 24 of 41
Report
Square

Are you looking to remove it from the post page itself, or the main blog page?

3,936 Views
Message 24 of 41
Report

May I know how to hide the blog comment counts besides blog dates

i had tried this but seems didnt work so

<style type="text/css">
.blog-comments {
color: transparent!important;
}
</style>

3,921 Views
Message 29 of 41
Report

Hello ngfung! Where are you placing that code?

3,919 Views
Message 29 of 41
Report

I've read through all the comments/posts in this thread but this doesn't seem to be working for me. I've placed the below code in several different Header boxes and no luck. Can someone assist?

<style type="text/css">

.blog-date {

   color: transparent!important;

}

</style>

3,814 Views
Message 29 of 41
Report
Square

It didn't work for me either, @amysuemillard. It's possible it is theme specific. Can you post a link to your website?

3,806 Views
Message 29 of 41
Report

3,803 Views
Message 29 of 41
Report

THANK YOU for this solution. Easy and effective. 

3,904 Views
Message 30 of 41
Report

I tried this but it didn't work at all...?

 I'd like my blog posts to be sans dates so they are jsut timeless articles...any ther sugestions? btw- LOVe waddons apps. So helpful and easy to use1

3,570 Views
Message 42 of 41
Report
Square

Try this code instead:

<style type="text/css">
	.blog-date {
	   display: none !important;
	}
</style>
3,425 Views
Message 42 of 41
Report

Adam's code above worked for me...don't forget to 'save'.

3,359 Views
Message 42 of 41
Report

The code did not work for me. any other advice? Thanks!
3,316 Views
Message 42 of 41
Report

I use the app Bloggons - that's probably why the code doesn't work. I'll delete Bloggons & try again.
3,315 Views
Message 42 of 41
Report

Yea, that could probably won't work with a third party app. If you still use the app I could come up with something that would hide with that, though.

3,315 Views
Message 42 of 41
Report

Thanks Adam, that code worked for the blog on my site.

T

3,228 Views
Message 42 of 41
Report

could you tell me exactly where to place the code you referenced? I can edit html somewhat, but don't want to screw everything up. Does it work with all the Weebly Themes? I'd doing a site redesign and I've copied my site so I can redesign it while keeping my main site active. I have a blog as part of my site. https://www.canaveral-mgs.com The blog is under the Member's Only Link so you won't be able to see the blog without a login id, however, I have a sidebar on the left of my blog so people can choose the topic they want to read/post. I'd like to remove dates from all the posts. Any advice would be greatly appreciated!
2,894 Views
Message 42 of 41
Report
Square

Hi again @Sharon-CMGS. Go to the Pages tab in the website editor, click on your blog page, then click on SEO Settings. Paste that code into the Header Code field you see there. I'm fairly certain that this should work with any theme, although only on the published website and not in the site editor.

2,889 Views
Message 42 of 41
Report

Still have dates showing on all comments! Added the style code to the blog page in the SEO settings in the Header Code field and published. Dates still showing on all comments using a Windows 10 laptop using Firefox & Microsoft Edge browsers. (Also did a page refresh on each browser.) Suggestions?????
2,886 Views
Message 42 of 41
Report

Clarification on the code working, the original post's dates are removed with this code, but all comments to the individual posts still have the dates.
2,882 Views
Message 42 of 41
Report
Square

Can you post a link to your website, @Sharon-CMGS, and the code you are using right now?

2,569 Views
Message 42 of 41
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.
grz-custom-initialLetter