In
this case, you want to redirect your blogger website to another website
or website post. In this case, anybody who visits your blogger website
will get redirected to that another website post or website. For this,
follow this
instruction:
First login to your blogger, go to "Theme", click on "Edit HTML".
Now, find "<head>" in your code, then below "<head>" tag add this following code, replace your "YourWebsiteURL" with your external website post URL or Website URL:
<script>
window.onload = function() {
location.replace("https://www.YouNewURL.com/")};
</script>
In this code, we telling when the page loads redirect this website to another website.
No comments:
Post a Comment