BuddyPress Login (account creation) Remove Div After Login
-
I would like to set the code below in a div and have the whole div disappear when someone logs in. Any ideas?
`<?php printf( __( ' You can also Subscribe‘, ‘buddypress’ ), site_url( BP_REGISTER_SLUG . ‘/’ ) ) ?>
<form name="login-form" id="sidebar-login-form" class="standard-form" action="” method=”post”>
<input type="text" name="log" id="sidebar-user-login" class="input" value="” tabindex=”97″ />
<input type="submit" name="wp-submit" id="sidebar-wp-submit" value="” tabindex=”100″ />
/*endMadeUpDiv*/`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘BuddyPress Login (account creation) Remove Div After Login’ is closed to new replies.