Admin Bar Missing
try to add this in functions.php:
add_action('show_admin_bar', '__return_true');
Terence (Buyer) commented
Nope. Cleared cache, logged out and back in, and checked my profile, its still not showing up
try to add this in functions.php:
add_action('show_admin_bar', '__return_true');
Nope. Cleared cache, logged out and back in, and checked my profile, its still not showing up
I thought it could be to do with a missing or misplaced “wp_footer();” in footer.php, but I checked and its there OK.