Search preference redirect option allows you to redirect from one page of your blog to another page of your blog. But this article will help you knowing redirection of whole blog to another blog.
There are two ways of redirection,
2) HTML Redirect :- [Not much effective]
See related posts:
There are two ways of redirection,
- Redirecting Visually
- HTML Redirect
- Go to Dashboard > Layouts
- Click on Add a gadget
- Scroll down and click on HTML/Javascript gadget
- In the appearing box, make an announcement like below,
This blog has been moved. Visitors are asked to redirect <a href="URL of your Second blog">here</a>. - Save it. You are done.
2) HTML Redirect :- [Not much effective]
- Go to Dashboard > Themes > Click the three dot menu near Customize and click on Edit HTML
- Press Ctrl + F and find </head>
- Above head </head> paste the following code,
<meta http-equiv="Refresh" content="0;url=URL of the blog you want to redirect"> - Now replace URL of the blog you want to redirect with the actual URL of the blog you want to redirect.
- Click the floppy disk icon at the bottom right which indicates Save template.
- You are done.
Comments
Post a Comment