• Resolved bbrody

    (@bbrody)


    Hey

    I’m using the Seo Basics theme and
    can’t remove the certain sidebar widgets.

    I think they might be coded into the
    template files because I “deactivate” all
    widgets in the WP admin area but certain
    widgets still show up when I visit my site.

    I’ve browsed the forum and looked into the
    sidebar.php code but can’t figure it out. I’m
    not a coder.

    Any ideas guys?

    All help is appreciated =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • bbrody,

    Not certain which widgets you are referring to so taking a guess:

    • Delete the following to remove the RSS:

    <li id="rss_icon">
    <div>
    <a href='<?php bloginfo('rss2_url') ?>' title='<?php _e('Subscribe to feed', 'sds') ?>'><img src='<?php bloginfo('template_directory') ?>/images/rssfeedicon.jpg' alt='<?php _e('Subscribe to feed', 'sds') ?>' /></a>
    <span><?php _e('Subscribe to feed', 'sds') ?></span>
    </div><div class='clear'></div>
    </li>

    • Delete the following to remove Adverts:

    <li id="ads">
    <?php sdstheme_sidebar_ads() ?>
    </li>

    Thread Starter bbrody

    (@bbrody)

    Hey doc, thanks for the help

    Here’s the widgets I can’t get rid of…

    Categories
    Archives
    Blogroll
    RSS Feeds (All posts) (All comments)
    Meta

    I can add these widgets to my sidebar and
    have two of the same widgets but I can’t
    remove them.?.

    Here’s a link to the sidebar.php code
    http://wordpress.pastebin.ca/1573450

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t delete sidebar widgets in Seo Basics theme’ is closed to new replies.