Title: Hide admin &quot;Pages&quot; menu item
Last modified: August 19, 2016

---

# Hide admin "Pages" menu item

 *  [steeler](https://wordpress.org/support/users/steeler/)
 * (@steeler)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/hide-admin-pages-menu-item/)
 * Hi, does anyone knows how to hide the admin menu’s “Pages” section. I’ve been
   using:
 *     ```
       add_action('admin_menu', 'my_plugin_menu');
       function my_plugin_menu()
       {
       	echo '
       		<style>
       			#menu-pages {
       				display: none;
       			}
       		</style>
       	';
       }
       ```
   
 * but this seems to mess the design in IE and I couldn’t find why
 * Thanks beforehand..

The topic ‘Hide admin "Pages" menu item’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [steeler](https://wordpress.org/support/users/steeler/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/hide-admin-pages-menu-item/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
