Wednesday, March 19, 2014

How to hide the top admin bar at the frontend in WordPress.

Ans. Most of developer have no idea about this.
Add the below mentioned code in the theme(active) function.php
(or)
Add the below code in the active theme style.css stylesheet
#wpadminbar {
display: none; visibility: hidden;
}

No comments:

Post a Comment