Calendar Question
-
Hi All,
I am hoping this is a really simple question. I am using the get_calendar tag and while it is displaying fine the previous month link isn’t returning the next calendar month, instead its displaying that months entries on a single page.
The code i am using is:
<?php if (function_exists(‘get_calendar’)) { ?>
<?php get_calendar(); ?>
<?php } else { ?>
<h2 class=”cal”><?php _e(‘Archives’); ?></h2><?php wp_get_archives(‘type=monthly’); ?>
<?php } ?>
Any thought?
Many thanks… Ben
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Calendar Question’ is closed to new replies.