EventCalendar 3.0 比较好的日历插件
下载: http://blog.firetree.net/wp-content/plugins/eventcalendar30.zip
安装
- Upload to your plugins folder: wp-content/plugins/
- Activate the plugin on the plugin screen.
- Change settings on the Event Calendar Options screen. You must choose which WordPress category to use for events. Do this before you change the template.
- Add ec3_get_calendar() or ec3_get_events() to your template.
调用
Add the following code to your sidebar.php:
<li> <?php ec3_get_calendar(); ?> </li>
Tags: