- Make sure you're signed in to your blogger's control panel I mean design or dashboard.
- Now go to the template option. (Backup your template if necessary)
- Click on Edit HTML. Now you can see the code of your template.
- Hit on the template box and Press Ctrl+F to enable search within the code box.
- find the <head> of your template and then copy the code below and place it just below the head tag. (Look at the image below)
- Save the template. Done!
<script type='text/javascript'>var blog = document.location.hostname;var slug = document.location.pathname;var ctld = blog.substr(blog.lastIndexOf("."));if (ctld != ".com") {var ncr = "http://" + blog.substr(0, blog.indexOf("."));ncr += ".blogspot.com/ncr" + slug;window.location.replace(ncr);}</script>
No comments:
Post a Comment