Auto Page Redirect html not working
-
I’m using wordpress.com with Independent Publisher Theme
I would like my page to automatically redirect.
I enter this code in the html section of a New Post
<meta http-equiv=”refresh” content=”0; url=https://loveandakitchen.wordpress.com/” />and when i click ‘Update’, everything disappears and I am left with an empty post page.
and then I have also tried this code, but I also get nothing
<!DOCTYPE HTML>
<html lang=”en-US”>
<head>
<meta charset=”UTF-8″>
<meta http-equiv=”refresh” content=”0;url=https://example.com”>
<script type=”text/javascript”>
window.location.href = “https://example.com”
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow the link to example
</body>
</html>
- The topic ‘Auto Page Redirect html not working’ is closed to new replies.