Tell me how to hide the top admin bar at the frontend of wordpress 3.4?
Answer / 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 |
How do I delete categories?
How do I remove a virus from my wordpress site?
What are wordpress themes?
Do I need to download wordpress?
Does wordpress cms allows the use of multiple language to cater regional people?
Explain what are the features of wordpress?
Tell me what should one use for plugin development - custom post types or custom database tables?
explain the difference between characters 23 and x23?
How do I create a post in wordpress?
How do I clean my wordpress website?
What are the magic methods in php?
Is wordpress still popular?