Redirect from one blog to another



Suppose, i have two blogs with not bad amount of  visitors ,But i can't manage them, so i would like to make it out one.So i need a redirection purpose.That means if any one enter into my old blog, he will automatically redirect into my new blog :) how is it ?



So, how to do this?

     If you are using a NEW BLOGGER TEMPLATE, do this:-

1. Go to  blogger dashboard.

2.Click on the layout link> Edit html

3.Copy the below html code and Paste it anywhere between the head tags.[look at the below screenshot]









Don't forget to replace the newblogaddress in the code with your destination url(address)



4.SAVE THE CHANGES.



             If you are user of  CLASSIC BLOGGER TEMPLATE,Just follow this:-

1. Go to  blogger dashboard

2. Click on the template link next to your blog name.

3. Copy the below code and paste it below the head tag as shown in the below screenshot







Don't forget to replace the newblogaddress in the code with your destination url(address)



4. Save Changes.