• I was wondering what the proper call was to manually add the calendar widget to my sidebar?

    I thought this was correct but the calendar does not show up.

    • <h3><?php _e(‘Calendar’,’isdsite’);?></h3>
      <ul class=”subnav”>
      <?php wp_widget_calendar;?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Just add widget from wordpress and you can find the actual code of calender widget from widget.php inside the wp-includes folder.

    Thanks,

    Shane G.

    i use this for today±

    <?php echo todays_events(); ?>

    and this for upcoming events

    <?php echo upcoming_events(); ?>

    Works fine when plugin is active 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to manually add calendar widget’ is closed to new replies.