The display of the calendar which can choose the date
The short code which displays a calendar was added. It is used in a "Daily schedule" (the page which inserted short code [olb_daily_schedule]). (Ver 0.5.0~)
- The type of a calendar
The type of the calendar has two kinds, "monthly" type and "weekly" type.
- "monthly" type calendar
It is the usual calendar. Insert the following short code.
1[olb_calendar]
* The example of display in a theme "Twenty Twelve"
The start DOW of a week can be specified with the "start" parameter of a short code. (0=Sun:(Default),1=Mon,...6=Sat)
1[olb_calendar start="1"]
* The example of the display in a theme "Twenty Twelve".
- "weekly" type calendar
A week type calendar displays the date for seven days from today.
1[olb_calendar type="weekly"]