Languages: English • 日本語 (Add your language)
Displays the calendar (defaults to current month/year). Days with posts are styled as such. This tag can be used anywhere within a template.
<?php get_calendar( $initial, $echo ); ?>
Displays calendar highlighting any dates with posts.
<?php get_calendar(); ?>
Display days using one-letter initial only; in 1.5, displays initial based on your WordPress Localization.
<?php get_calendar(true); ?>
Since: 1.0.0
get_calendar()
is located in wp-includes/general-template.php
.
get_calendar(), get_day_link(), get_month_link(), get_the_date(), get_the_time(), get_year_link(), single_month_title(), the_date(), the_date_xml(), the_modified_date(), get_the_modified_date(), the_modified_time(), get_the_modified_time(), the_time()