previous/next links .small calendar do not return -1 month or 1 month
-
I recently had a post resolved for the small calendar. php was changed from
<?php echo ucfirst(date_i18n(get_option('dbem_small_calendar_month_format'), $calendar['month_start'])); ?>
to
<?php echo date("F j, y", time()); ?>
This gave me the current month current day and current year for the small calendar header. That was what i wanted however now the links for the prev and next do not return the past or future months. All prev and future months read the same as the current month day and year.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘previous/next links .small calendar do not return -1 month or 1 month’ is closed to new replies.