Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

wiresplus on "How do I redirect to another page after a short delay"

$
0
0

Hello,

I want to have a thankyou page, that redirects after a short pause.

The page id will be 432.

I tried to add the following 7 second delay/redirect

<?php if(is_page(432)){
<meta http-equiv="refresh" content="7;url=[homepage url]" />
}
?>

in page.php, but no good.

What should I be doing?


Viewing all articles
Browse latest Browse all 8245

Trending Articles