Tell me how to hide the top admin bar at the frontend of wordpress 3.4?
Answer Posted / Kumar Bachchan Ji
To hide the top admin bar at the frontend of WordPress 3.4, you can use a plugin such as 'Admin Bar Manager' or 'Remove Admin Bar from Front-End'. Alternatively, if you prefer to use custom code, you can add the following snippet to your theme's functions.php file:
```
show_admin_bar(false);
```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers