View Single Post
Old 11-17-2010, 10:10 PM  
Brujah
Beer Money Baron
 
Brujah's Avatar
 
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
Best way would be to code the page to display the join page contents inside the conditional, but you could try some javascript since it's easier.

Code:
if (is_page('4') ) 
{
?>
<script>
window.location="http://domain.com/page";
</script>
<?php
}
__________________

Last edited by Brujah; 11-17-2010 at 10:11 PM..
Brujah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote