WordPress admin bar not showing on frontend

Solution is to put show_admin_bar(true); on top of your functions.php file.

EDIT fix: Put like this to show only when user is logged in:

if (is_user_logged_in()) {
    show_admin_bar(true);
}

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)