This works:
<META
HTTP-EQUIV="Refresh"
CONTENT="0; URL=http://cksblog.com/?page_id=157">
The Content variable holds number of seconds to wait before the redirect. It’s straight HTML and needs to go into the <head> section of your code.
There’s a redirect plugin available in the directory that I’m currently using with no problems, utilising a 301 redirect.
http://ww.wp.xz.cn/extend/plugins/redirection/
WHy not just change your front page to display the contents of page 157?
Thread Starter
CKS
(@cks)
so I copy and pasted the meta tag into the header and the homepage redirects to the new page, and then goes to a 500 internal server message. It only stays on the new page for a split second.wierd. I’ll try it on another page I guess.
Like mrmist said: go to settings > read
There you can select your page as a “static front page”.
Thread Starter
CKS
(@cks)
Thanks a bunch. I did not know that I could do that.