Title: subsubsub menu removal wp-admin
Last modified: August 24, 2016

---

# subsubsub menu removal wp-admin

 *  Resolved [ebiz212](https://wordpress.org/support/users/ebiz212/)
 * (@ebiz212)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subsubsub-menu-removal-wp-admin/)
 * HI
 * Im trying to remove the .subsubsub menu from the post page in my wordpress admin
   area at wp/admin/edit.php?post_type=mobile
 * If anybody can provide me a filter or edited file or any guidance at all id appreciate
   it
 * [I made an image showing exactly the menu im referring to here](http://www.007aj.com/wp-content/uploads/1.jpg)
 * thanks for your time

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Lalit Nagrath](https://wordpress.org/support/users/laliz/)
 * (@laliz)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subsubsub-menu-removal-wp-admin/#post-5978032)
 * not sure what you want to do. your attached image shows 1 published and 2 private
   post, do you want to change status of private posts? or make the one which is
   private to public?
 * all of your published posts will appear under the published tag automatically,
   dont worry about that.
 *  Thread Starter [ebiz212](https://wordpress.org/support/users/ebiz212/)
 * (@ebiz212)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subsubsub-menu-removal-wp-admin/#post-5978050)
 * Hi
 * thanks for the reply. I would actually like to remove those 3 links all together
   All – Published – Private
 * should basically i just want the sub menu gone if thats possible
 * thx again for yout time
 *  Thread Starter [ebiz212](https://wordpress.org/support/users/ebiz212/)
 * (@ebiz212)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subsubsub-menu-removal-wp-admin/#post-5978072)
 * TGhanks for your help but i was able to figure it out….. In case anybody needs
   this info what i did was add a filter to the functions.php file. What i added
   to that file is —–>
 * function posts_filter() {
    echo ‘<style type=”text/css”>
 * /*admin all-posts screen*/
 * /*#posts-filter,*/
 * /*ul.subsubsub .mine,*/
    ul.subsubsub .all, ul.subsubsub .publish, ul.subsubsub.
   sticky, ul.subsubsub .trash, ul.subsubsub .draft, ul.subsubsub .pending, .view-
   switch, .tablenav , .row-actions .editinline, .check-column * {display:none;}
   </style>’; } add_action(‘admin_head’, ‘posts_filter’);

Viewing 3 replies - 1 through 3 (of 3 total)

 The topic ‘subsubsub menu removal wp-admin’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [ebiz212](https://wordpress.org/support/users/ebiz212/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/subsubsub-menu-removal-wp-admin/#post-5978072)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
