- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How do you remove dates from blog posts?
Thank you for your help.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@Snazzy It's not possible to remove the blog date, from the blog post. However if you are familiar with custom code, you can add a bit of CSS code to the Header Code section that would hide it from your published site.
To hide it on any blog page, you can add it to the Settings > SEO > Header Code section.
To hide it on an individual blog page, you can add the code to the Pages tab > The Blog Page > Advanced > Header Code section.
While I could provide this code for you, there could be other changes that you would need/want to make, that would allow the comments section, that is next to the blog date, appear properly. So it would be best to see your site first, to make sure that everything is going to work correctly.
If you need assistance in making these changes, you are welcome to submit a request here: https://www.jeffreytkastner.com/service-request.html
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Okay, thank you!
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
The date on one of my blogs is saying the year is 2017... ?? how can this be changed oand why is this happening
Many thnaks
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@indigojeo
I've sent you a direct message so we can dig into this a little further.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
hi Justin, I have same problem on http://www.premyslpsenicka.cz/blog . I'm sure i didn't changed date when posting. Can you help me?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@PremekP wrote:
hi Justin, I have same problem on http://www.premyslpsenicka.cz/blog . I'm sure i didn't changed date when posting. Can you help me?
Hey @PremekP! I fixed the date for you, though in the future you can do this by opening your post in the desktop editor, clicking on the date, and choosing the date that you want. Once done just click on "update" and it will correct it on the live site.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Hi,
I know this thread is a bit older but anyway...
If you want the blog date to be invisible you could add some very basic Css that will make the blog date transparent, this way your existing layout can't get messed up or other. (not that it should actually)
<style type="text/css">
.blog-date { color: transparent!important; }
</style>
You could add this code inside the Header Code Box that can be found back by accessing your:
SETTINGS > SEO > Header Code
Hope this can help someone.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you. Thie insertion of code in the header in SEO section did help me. Will review for some more time and let you know.
Thank you again.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This did not work for me.
I would like to delete the date.
I read that i can schedule posts to post at a later date. I do not see that option available in blog settings. Is that because i already "posted?" My site is not currently published, however, I did publish it long enough to see that after inserting the code and saving it, the date was still there.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you for addressing this question, because I have the same desire to hide the blog posting date from my blog. I did try inserting the code you provided both in the overall settings and on the page SEO setting, but neither did the trick. Do you have any other suggestions?
Thanks!
Maureen
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I put it in the blog post header code section and that took it off the individual posts. I'm still trying to figure out how to make the post dates transparent on the home page.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I would love to hide the blog dates in my website also. I copied and pasted the code provided in your explanation, but still the blog date is showing up in my website: www.editdash.com
Would you have further instructions to help me with this?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
thank you ! the code did work for one of my sites, but why it did not work the other one-----both siets are sub sites.
thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
This is a year later, but I wanted to tell you thank you! This worked, and it was extremely easy to do.
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
how did you remove blog post dates? could you tell me? i dont know html. so i hope i dont mess my blog, thank you so much for info!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Have you tried using the code mentioned earlier in the post, @Ecare?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
hi Adam, not yet, i did chat yesterday customer service and they told me if i mess my blog they are not responsible so i am worried that i may mess my blog, i don't know anything about html or codes, but i really want to remove dates and posting with out dates always, i need help!!!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report

- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
If you use @Weeblers's solution you don't actually need to customize your theme - the code they provided is just pasted into Settings > SEO > Header Code.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
i did, thank you Adam.