How to remove date on blogspot post - By default, blogspot setting show the date which appears on every post from your blog post. Well, sometimes some users are not happy with the date sightings, for example for reasons of privacy and wants to eliminate the date on the blogspot post permanently. This post will teach you how.
Attention! This trick will make you remove date on your blogspot post permanently because we will edit the html section from your blogspot. If you are ready, follow this instructions :
1.
Log in to your blogspot account
2.
On the dashboard> click design> edit html> check expand widget templates
3.
Then find the code below :
<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>
If you find it difficult to find the code, and use the help function find (ctrl + f) and find the following code: <span class='post-timestamp'>
4.After you find the code in step 3, delete all the code
5.
Click save
And you're done my friend! Now you can see all the date information in your blogspot post has gone forever. Good luck to try.
Comments :
Post a Comment