Archived topic
wordpress bar is showing on website even after disabled in settings
3 replies · Started by JAGDEEEP on December 15, 2015
Hello Tom,
i tried many themes but none better than generate press, light , easy to use and simply the best,
i like almost every updation because i know you publish it after testing it a lot ,
i have an error with wordpress toolbar that is showing on the top of my websites -->
1. dreamsprocess.com
2. buy-indian.com
i disable toolbar option from settings also but its hide when i want to see website through my admin panel and always shownig when any body else open website .
i hope you have solution of it because you always have one.
Hi there,
I'm not seeing it on the first site, but I am seeing it on the second site.
I'm not even sure how you display it to guests in the first place.
However, adding this PHP snippet should remove it:
add_filter('show_admin_bar', '__return_false');
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
where to add this filter ??
in functions.php ??
This article should help: https://generatepress.com/knowledgebase/adding-php-functions/
