Title: Meta
Last modified: March 9, 2021

---

# Meta

 *  [thaivoices](https://wordpress.org/support/users/thaivoices/)
 * (@thaivoices)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/meta-16/)
 * I wish to delete the meta menu items: Entries feed, Comments feed and WordPress.
   org
    -  This topic was modified 5 years, 2 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmeta-16%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/meta-16/#post-14156683)
 * That’s widget titled “Meta,” and you can remove it from the Widgets section of
   the Customizer.
 *  Thread Starter [thaivoices](https://wordpress.org/support/users/thaivoices/)
 * (@thaivoices)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/meta-16/#post-14158933)
 * Thank you kinldy James, however what I actually asked was:
    I wish to delete 
   the meta menu items: Entries feed, Comments feed and WordPress.org I already 
   know how to delete the entire Meta menu from the pages. I have found this script
   on the forum, it removes the 1st item on the menu but I have been unable to adapt
   it to remove the 3rd, the 4th and the 5th items.
 *     ```
       I suggest hiding the Register link using CSS.
       Please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
   
       /* Hide first menu item (Register) in default Meta Widget */
       .widget_meta > ul > li:nth-child(1) {
           display: none;
       }
       Also, the Register link is part of the default Meta widget.
       /* Hide first menu item (Register) in default Meta Widget */
       .widget_meta li:nth-child(1) {
           display: none;
       }
       ```
   
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/meta-16/#post-14159285)
 * What you’re describing is a widget called Meta.
 * You want to remove everything in the Meta widget, so why not just remove the 
   Meta widget?
 *  Thread Starter [thaivoices](https://wordpress.org/support/users/thaivoices/)
 * (@thaivoices)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/meta-16/#post-14296887)
 * I wish to delete the meta menu items: Entries feed, Comments feed and WordPress.
   org
    I already know how to delete the entire Meta menu from the pages. I have
   found this script on the forum, it removes the 1st item on the menu but I have
   been unable to adapt it to remove the 3rd, the 4th and the 5th items.
 * I suggest hiding the Register link using CSS.
    Please add the following CSS code
   in the Appearance > Customize > Additional CSS section of your WordPress Admin
   dashboard:
 * /* Hide first menu item (Register) in default Meta Widget */
    .widget_meta > 
   ul > li:nth-child(1) { display: none; } Also, the Register link is part of the
   default Meta widget. /* Hide first menu item (Register) in default Meta Widget*/.
   widget_meta li:nth-child(1) { display: none; }

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

The topic ‘Meta’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [thaivoices](https://wordpress.org/support/users/thaivoices/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/meta-16/#post-14296887)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
