Please could anyone help me with this problem? The wordpress admin bar is not displaying on the front-end (public visible pages) of my website. It shows when I\'m logged in at t
First, double checked all of the other items mentioned here (wp_footer()
, etc).
Three more things to check:
>
not just
function remove_admin_bar() { return false; }
in the theme's functions.php - change it to return true
.