@chrisvallleyoc
11 years, 9 months ago
Update: I didn’t find the culprit, but I did manage to patch up the issue by adding this to my functions.php:
if ( current_user_can( ‘manage_options’ ) ) { show_admin_bar( true); }
So something is turning off the show_admin_bar somewhere. I just don’t know where.