Hi All,
I had the admin bar disabled and wanted to re-enable it. I had “define( ‘BP_DISABLE_ADMIN_BAR’, true);” in my wp-config.php file. Deleted it and the bar did not reappear.
So I added:
“define( ‘BP_USE_WP_ADMIN_BAR’, true );
define( ‘BP_DISABLE_ADMIN_BAR’, false); “
And still no luck. I alos enabled show admin bar to logged out users and still does not display when I log out. “wp_footer();” is in my footer.php file. So I am a bit stumped on this one.
Any help or insights are greatly appreciated! Thanks