OK, I know I am missing something painfully obvious here, but how do you enable the default calendar in WP 2.0.2? I did check the forum and know that the calendar in previous versions is not automatically displayed in 2.X, but where do you go to turn it on? I did a fresh install and am using the default template, but I don't see how to add it back in.
Guess it's pretty obvious, but I am a newbie.
Thanks!
somegyrl
Member
Posted 7 years ago #
Me, either...I am looking for the same thing.
I believe you're after this tag: http://codex.wordpress.org/Template_Tags/get_calendar
You can add it to your theme (if that kubrick thing is still default, look at adding it to sidebar.php).
somegyrl
Member
Posted 7 years ago #
Ah...this is what I needed:
<?php get_calendar() ? > (no space after '?')
Putting that in the sidebar calls it up. I looked in the tags library, and must have missed it the first time.
<?php get_calendar(2) ? >
for localized calendar