• I can’t get rid of some widgets added to my left sidebar. I’m using the Sliding Doors theme for this new website, but this problem seems to happen on different themes, too (although with different widgets). As you’ll see, the Pages and Blogroll as well as Categories are still in the left sidebar even though they don’t appear any longer in the Widget “CURRENT WIDGETS” list from which I erased them. Another weird thing: when I do add certain widgets (such as Links), I’m not presented with options for editing them. Any help would be greatly appreciated! Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nemo777

    (@nemo777)

    Update: Ok, so I was able to get rid of the widgets on the left by just chopping out this code from the sidebar php file:

    <?php wp_list_pages(‘title_li=’ . __(‘Pages:’)); ?>
    <?php wp_list_bookmarks(‘title_after=&title_before=’); ?>
    <?php wp_list_categories(‘title_li=’ . __(‘Categories:’)); ?>

    But now I CAN’T add any widgets. Any advice???

    Thread Starter nemo777

    (@nemo777)

    And now I can’t even add widgets at all. This is really a pain in the butt. What am I doing wrong?

    Thread Starter nemo777

    (@nemo777)

    Bump — any help?

    Thread Starter nemo777

    (@nemo777)

    Sorry to bump a second time, but I have received zero responses so far. Could really use help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help! Sidebar Widgets Won’t Go Away’ is closed to new replies.