-
MRSepehr posted on the forum topic Show BP Admin Bar while in wp-admin ONLY and hide it in the rest of the site. in the group How-To and Troubleshooting: 13 years, 4 months ago
Hello everyone, Add the codes below to your theme’s function.php file : add_action(‘admin_head’, ‘adminbarhide’); function adminbarhide() { define(‘BP_DISABLE_ADMIN_BAR’, true); } then go to wp-content/your-theme-directory/_inc/css/adminbar.css and change “padding-top: 25px” on second line to “padding-top: 0px” , this code will remove admin bar…[Read more]
-
MRSepehr joined the group How-To and Troubleshooting 13 years, 4 months ago
@mrsepehr
Not recently active