Let say you are moving from an old blog to another blog/website. And you want to redirect the visitors from your old blog to the new one. Here it is a simple way to do it. Just add a meta tag and that’s all.
Go to Edit HTML page and search for <head> tag and paste this code below right after the <head> tag.
<meta HTTP-EQUIV=”REFRESH” content=”0; url=http://your_new_url_here/”>
“content” = number of seconds to wait before redirect and default setting is 0.
Save the template!
very good informations thank you very much 🙂
@Potenta
You are welcome!