yo funky people !
here is my wordpress-based website :
jbpilon.com
i d like to have this page as a welcome page :
http://jbpilon.com/test.php
i ve tried to add this :
<?php
if($page_id==null){
header( 'Location: http://www.jbpilon.com/test.php' ) ;
}
?>
obviously it works the first time, when you arrive on the website BUT whenever you want to go on the "blog" page, usually the first page, you know with all the post, you are redirected to this page
any idea ??
im not so good with codes and stuff
and would prefer to use some tricky little thing like that rather than having to go to mess around with the whole thing.
hope to hear from you
peace