Title: Let users create posts without using the WP Toolbar
Last modified: August 30, 2016

---

# Let users create posts without using the WP Toolbar

 *  [wkstrm](https://wordpress.org/support/users/wkstrm/)
 * (@wkstrm)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/let-users-create-posts-without-using-the-wp-toolbar/)
 * Hello all,
 * How do I make it so that the WP Toolbar never shows for the users, instead I 
   want the users to be able to create posts from the “site menu” instead.
 * I know that I can disable the toolbar for a user by go to:
    Users>Specifik User
   >PRofile and then just uncheck the “Show Toolbar when viewing site” option but
   by doing so I’m also preventing the user from creating posts and so on.

Viewing 1 replies (of 1 total)

 *  [IMRAN NAEEM](https://wordpress.org/support/users/ninzas/)
 * (@ninzas)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/let-users-create-posts-without-using-the-wp-toolbar/#post-6490516)
 * Add this code on your function.php file. Hope it work.
 * `add_filter('show_admin_bar', '__return_false');`
 * Check [Function Reference/show admin bar](https://codex.wordpress.org/Function_Reference/show_admin_bar)

Viewing 1 replies (of 1 total)

The topic ‘Let users create posts without using the WP Toolbar’ is closed to new
replies.

## Tags

 * [create post](https://wordpress.org/support/topic-tag/create-post/)
 * [user](https://wordpress.org/support/topic-tag/user/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [IMRAN NAEEM](https://wordpress.org/support/users/ninzas/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/let-users-create-posts-without-using-the-wp-toolbar/#post-6490516)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
