Viewing 8 replies - 1 through 8 (of 8 total)
  • You have to either edit the sidebar.php file of your theme to remove it or comment it out, or use widgets in the sidebar.

    Thread Starter maureenvs

    (@maureenvs)

    Thanks Skipper! But could you please give me instructions on how to do this? I am new to wordpress, know nothing about code, and am extremely frazzled!!

    I have sidebar turned off, and I see (in editor) the “sidebar.php” but do not know what to do with it.

    Also, don’t really know about using widgets to solve.

    Thanks in advance!!

    Hey maureenvs,

    Deleting widgets : Admin< widgets then go to your sidebar, and delete widgets you wish to delete.

    Here is the pic. Just in the pic, “tag clouds” is going to be deleted, in your case, calendar you want to delete.

    Goodluck 🙂

    Thread Starter maureenvs

    (@maureenvs)

    Kim09, I have no active widgets. “Tag Clouds” is not active.

    I really appreciate the screenshot though, as I am visual learner!

    But there are no widgets on the right column at all. Strange. 🙁

    Is there any of this code :
    <div class="widget widget_calendar"> In your sidebar.php?

    Thread Starter maureenvs

    (@maureenvs)

    Don’t see “calendar” but is it okay to copy everything here?
    <?php if ( is_active_sidebar(‘primary-sidebar’)) { ?>
    <div id=”primary” class=”sidebar main-sidebar” role=”complementary”>
    <?php dynamic_sidebar(‘primary-sidebar’) ?>
    </div>
    <?php } ?>

    <?php if ( is_active_sidebar(‘secondary-sidebar’) ) { ?>
    <div id=”secondary” class=”sidebar main-sidebar” role=”complementary”>
    <?php dynamic_sidebar(‘secondary-sidebar’) ?>
    </div>
    <?php } ?>

    <?php // Display Default Sidebar if no Widgets are set
    if ( !dkret_is_active_sidebars() ) { ?>
    <div id=”primary” class=”sidebar main-sidebar” role=”complementary”>
    <?php the_widget( ‘WP_Widget_Search’ ) ?>
    <?php the_widget( ‘DKRET_Widget_Sidebar_Columns’ ) ?>
    <?php the_widget(‘DKRET_Widget_Meta’, array( ‘title’ => __(‘Login/Register’,’dkret’), ‘login’ => true ) ) ?>
    </div>
    <?php } ?>

    Ok, i am sorry, I have no idea 🙁 hope others will help.
    Greetings

    Thread Starter maureenvs

    (@maureenvs)

    Thanks for trying Kim09!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove Calendar’ is closed to new replies.