• Would anybody know how to remove the sidebar widgets in WP 2.8.2 or 2.8.4? I do not want them to show on my page. Logging into Admin and following the instructions does not remove them. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    It seems that your theme has dynamic sidebar. Hence, you need to edit sidebar.php file and remove the code from that file.

    Thanks,

    Shane G.

    You either have to go to Appearance > Widget and then remove them from your sidebar. If for some reason that does not work go to Appearance > Editor. Look for the file sidebar.php Somewhere in there you will see code that looks somehow similar to that one:

    <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
    			<?php endif; ?>

    If you delete this snippet of code you delete all widgets from your sidebar.

    do77

    Thread Starter florida32966

    (@florida32966)

    Thank you.

    Your welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Sidebar Widgets’ is closed to new replies.