Automatic redirect in Wordpress

hi

I have an intro which I would like to automatically redirect after 5 seconds to the main wordpress page. How can I do that? I tried doing it with http-equiv=refresh but it doesn’t work

any suggestions?

Can you post the page in reference?

http://www.mohio.net/sgpersonal/?page_id=364

but this is the error I get… so that won’t really help, or would it?

just found a way to accomplish it with javascript:

<script type=“text/javascript”><!–
setTimeout(‘Redirect()’,4000);
function Redirect()
{
location.href = ‘http://www.mohio.net/sgpersonal/?page_id=259’;
}
// –></script>

so I’m a happy bunny again :wink:

Cant make a word of the website :smiley: but its looking good, I assume you got it workin :slight_smile:

yes, all fine and crisp now http://www.sitepoint.com/forums/images/smilies/smiles2/rofl.gif