Edit the functions.php file in within your theme and add the following line to it
add_filter( 'show_admin_bar', '__return_false' );
This will remove the top bar when a user is logged-in.
Edit the functions.php file in within your theme and add the following line to it
add_filter( 'show_admin_bar', '__return_false' );
This will remove the top bar when a user is logged-in.