Web Tech Guide

www.blogsmonetize.com feed

How to get rid the Date in Your Blogger Posts

 

Many of you have been using blogspot for many other purposes beside blogging such as typical static websites. You may want to get rid of the date that you post your posts or articles. That is no difficult, you just have to get rid the code that associates with it. To do so, follow the following simple steps:

1. Login into your account.
2. Click on "Design"
3. Click on "Edit HTML"
4. Backup of your template
5. Click on "Expand Widget Templates"
6. Search for
<b:includable id='post' var='post'>

7. Find the following code, the code between the red code might look different, but it should be similar to it. This code is located below the above code and inside that <includable> tag. Delete it.
<span class='post-timestamp'> 
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'>
<abbr class='published' expr:title='data:post.timestampISO8601'>
<data:post.timestamp/>
</abbr>
</a>
</b:if>|
</b:if>
</span>

8. Click on "Save Template", and you are done.

Alternatively: At step 3, when you are on "Page Elements", look for "Blog Posts" element and click on edit. Uncheck the third option of "Post Page Options". Then click on "Save". You are done.


© 10/25/2010 01:08:00 AM www.blogsmonetize.com
Loading related posts...

7 comments:

Maria said...

Is there any way to remove the date from just particular posts, but not all?

Shiro said...

Yes, there is a way to do it, but you have to modify your template.You can also create a page from Blogger Dashboard, but you can only create a maximum of 10 pages. So, if you want to have more than 10 post like that. You have to modify your template. I will now try to create and test this function, then I show you how to do it shortly, if I have any success doing it.

Plamen said...

how to remove data in the blog post URL ?

Shiro said...

Do you mean the date? You can't.

James Smith said...

Nice tutorial but i want to remove date from post url link?? how to do it? mean i just want my post url like this, xxx.blogspot.com/my-topic-here.html. I hope you understand.

James Smith from TechGlobeX

english said...

I want to remove date in blogspot url. Is it possible? www.blogsmonetize.com/howtogetrid.html
but not www.blogsmonetize.com/2011/10/howtogetrid.html

Post a Comment