mangapress_get_calendar
Outputs a calendar displaying the current month's comic posts. Post-type-neutral version of
get_calendar()
. See get_calendar()
on WordPress.org for more information.<?php mangapress_get_calendar(); ?>
$initial (boolean)(optional)
: If true, the day will be displayed using a one-letter initial; if false, an abbreviation based on your localization will be used.$echo (boolean)(optional)
: If true, will output the calendar. Defaults to true. False will return the markup as a string.