Title: Naughty widgets Please help
Last modified: August 19, 2016

---

# Naughty widgets Please help

 *  Resolved [bbrody](https://wordpress.org/support/users/bbrody/)
 * (@bbrody)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/uneditable-widgets-please-help/)
 * I can’t remove certain widgets from the
    sidebar such as:
 * Categories
    Archives Massive Rss button Blogroll Rss Feeds (comments) and (posts)
   and Meta (admin login)
 * I remove them in the WP admin area
    but they still show up on my site. I’ve been
   trying to figure this out for hours now with no avail =(
 * Any help?
 * Here’s a link to the sidebar.php file
    [http://wordpress.pastebin.ca/1573450](http://wordpress.pastebin.ca/1573450)
 * and here’s a link to the site [here](http://makehotrapbeats.com)
 * using the Seo Basics WP theme.

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

 *  [guischarf](https://wordpress.org/support/users/guischarf/)
 * (@guischarf)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/uneditable-widgets-please-help/#post-1219340)
 * If you comment or delete the following lines, you get rid of Category and Archives
   entries on your sidebar. If you keep looking down, you will find the others.
 *     ```
       <li id="categories">
                                       <div class="title"><?php _e( 'Categories', 'sandbox' ) ?></div>
                                       <ul>
       <?php wp_list_categories('title_li=&show_count=0&hierarchical=1') ?>
   
                                       </ul>
                               </li>
   
                               <li id="archives">
                                       <div class="title"><?php _e( 'Archives', 'sandbox' ) ?></div>
                                       <ul>
       <?php wp_get_archives('type=monthly') ?>
   
                                       </ul>
                               </li>
       ```
   
 *  Thread Starter [bbrody](https://wordpress.org/support/users/bbrody/)
 * (@bbrody)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/uneditable-widgets-please-help/#post-1219341)
 * guischarf, you the man!
 * Thank you so much, it worked!
 * Thanks again =)

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

The topic ‘Naughty widgets Please help’ is closed to new replies.

## Tags

 * [remove widgets](https://wordpress.org/support/topic-tag/remove-widgets/)
 * [sidebar widgets](https://wordpress.org/support/topic-tag/sidebar-widgets/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [bbrody](https://wordpress.org/support/users/bbrody/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/uneditable-widgets-please-help/#post-1219341)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
