Thursday, December 31, 2015
Monday, December 28, 2015
How to Redirect Blogpost in to Blogspot com Blogger Tutorial
Go to your blog inside the Blogger Dashboard and choose Template. Then click the “Edit HTML” button followed by “Proceed.” Next, copy-paste the following code into the template after the <head> tag.
Watch Video
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>
Click the Save Template button and now your Blogger Blog will always serve with the blogspot.com URL.
Source http://www.labnol.org
Watch Video
<script type="text/javascript">
var blog = document.location.href.toLowerCase();
if (!blog.match(/\.blogspot\.com/)) {
blog = blog.replace(/\.blogspot\..*?\//, ".blogspot.com/ncr/");
window.location.replace(blog);
}
</script>
Source http://www.labnol.org
Sunday, December 27, 2015
Friday, December 25, 2015
Thursday, December 24, 2015
Subscribe to:
Posts (Atom)