Hello friends today, I am going to share with how to remove date from blogger post URL
BlogSpot is a great platform for new bloggers. Here is a Lifetime Free Subdomain. Blogspot is a great platform powered by Google.
But by default Blogger includes months and years in front of the Permalink or URL of your blog posts: https://www.techpratap.in If you do not like this format of your Permalink, you can remove the Date.
You can remove this data by adding a Javascript.
But before we remove the date from the Blogger URL, let's know the
difference between the URL and the Permalink.
What is the URL?
The full meaning of the URL is the Uniform Resource Locator (URL), Whenever you want to go to a web page, type it into your web browser and the browser lets you go to a specific page on the Internet. We usually also tell the URL to the web address. For example=www.techpratap.in
how to remove date from permalink in blogger
- Open your blogger first.
- Then click on the Thin section.
- Then click on Edit HTML.
- Then paste the code below the<head> tag.
- Then click on save the theme.
- Now your blog permalink will be changed.
2 Comments
Edit theme
ReplyDeleteFind a.timestamp-link,a:active.timestamp-link,a:visited.timestamp-link this class
and add display: none; thats it date not visible.
I do not understand exactly what you mean. Please contact me once more for your inconvenience
Delete