Edit register.php
-
I’m trying to edit register.php in my template file so that it will use my WordPress one instead, this is the code I have so far, but it doesn’t work, any help thanks.
<?php if ( !bb_is_user_logged_in() ) { ?>
<?php header("Location: http://paperviewzine.com/wp-login.php?act=register"); ?>
<?php } else { ?>
<?php header("Location: http://paperviewzine.com/forums/"); ?>
<?php }; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.