[Plugin: WP-UserLogin Widget] Code question about link
-
Hi, I want to know if there is a way to make the “Register” button open in a new page (target=”_blank”). Each time I put the code in the php it tells me fatal error syntax.
"; if(get_option('users_can_register')) { $register = "\n<a href=\"". $wp_url ."/wp-login.php?action=register\">".__('Register')."</a>" ; }Where should i put the target=”_blank” code?
The topic ‘[Plugin: WP-UserLogin Widget] Code question about link’ is closed to new replies.