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.
<ul class="subnav">
<?php wp_widget_calendar;?>
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.
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 :)
This topic has been closed to new replies.