Admin Bar Missing

4.31K viewsThemes
0

In order to use the Gonzales plugin, I am trying to get the admin bar to be visible on the front side, but even though I have enabled it in my user profile, it doesn’t show up.

Is this deliberate with AskBug or a real bug?

What’s the workaround?

Terence.

I thought it could be to do with a missing or misplaced “wp_footer();” in footer.php, but I checked and its there OK.

0

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

You are viewing 1 out of 2 answers, click here to view all answers.