Six Line Star
Html,WordPress,PHP, jQuery MySQL,MySQLi
Tuesday, 24 June 2014
How to hide the top admin bar at the frontend in WordPress
add_filter(‘show_admin_bar’, ‘__return_false’);
(or)
Add the below code in the active theme style.css stylesheet
#wpadminbar {
display: none; visibility: hidden;
}
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment