Its always convenient to have an automatic copyright year footer in our blog. It saves us of all the stress in the world of needing to change the date in the footer of our site whenever we are in a new year.
We all know that the beauty of a blog or a website is to make everything automated and responsive which is why you need the copyright footer to be always updated. Today, i will give a short snippet code that will make it very easily to change your footer date automatically.
Also Read: Steps on How To Add Random Posts Widget To Blogger
How To Add Automatic Copyright Year To A Blogger Blog Footer
And for other platforms like wordpress, joomla, djonga and other CMS. You can easy implement this into your site by just including it in the footer of your blog.
Hope this post was helpful?
You might also like: Steps on How to Ban or Disable copy and paste on a blogger blog
We all know that the beauty of a blog or a website is to make everything automated and responsive which is why you need the copyright footer to be always updated. Today, i will give a short snippet code that will make it very easily to change your footer date automatically.
Also Read: Steps on How To Add Random Posts Widget To Blogger
How To Add Automatic Copyright Year To A Blogger Blog Footer
- Open your dashboard
- Click on Themes
- Click Edit Html
- Search for the footer code in your html code and input the snippet code below into it
© 2018 - <script type='text/javascript'>Note: 2018 represents the year you created the blog, So you can change it to any date that suits you
var theDate=new Date()
document.write(theDate.getFullYear())
</script> All right Reserved.
And for other platforms like wordpress, joomla, djonga and other CMS. You can easy implement this into your site by just including it in the footer of your blog.
Hope this post was helpful?
You might also like: Steps on How to Ban or Disable copy and paste on a blogger blog


No comments:
Post a Comment
What do you have to say about this post? Kindly drop your comment(s) here!.. Tick the notify me box to get a notification when you get a response to your comment.. Join Us On Telegram Group here and Whatsapp Group Here For Latest Update and Discussion
We appreciate your comment(s)