This calendar comes as a widget that shows your upcoming events. If you want you can automatically import the holidays from
http://www.theholidaycalendar.com.
Two views are available: calendar view and list view.
If you choose to import the holidays they are fetched from a webservice. This happens asynchronous so your website will not get slow.
For more information about the webservice visit:
http://www.mva7.nl/the-holiday-calendar-webservice-manual.html
Widget
- Upload
the-holiday-calendar
directory to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Go to Appearance -> Widgets and add our widget to your website
- Add your own events through the event page in the admin screen
Short code
Add this to your content:
[thc-calendar title="Upcoming Events" showholidays="yes" country="us" displaymode="calendar" firstday="su" numberofholidays="3" showpoweredby="yes" changecountry="no"]
- title = any text (default: empty)
- showholidays = yes / no (default: no)
- country = us, in, jp, br, ru, de, gb, fr, mx, kr, au, ie (default: us)
- displaymode = calendar / list (default: list)
- firstday = mo / su (default: su)
- numberofholidays = 3, 4, 5 (default: 3)
- showpoweredby = yes / no (default: no)
- changecountry = yes / no (default: no)