The admin bar for my theme is showing up for all users to visit the website. epixes.com
I want to add that if I add the following code to funciton.php: add_filter(‘show_admin_bar’, ‘__return_false’);
then the admin bar goes away but it goes away for admins on the front end which is a problem.
