外掛說明
AJAX Calendar is a plugin that will display an AJAXified WordPress calendar, include future posts for usage in event calendar. This enhances the functionality of the standard calendar by:
- Allowing the asynchronous navigation of months, without updating the page
- Added to blog as a widget
- displays future posts and includes query filters to allow display of posts even for planified/ future posts
- link to month archive
- display filter ajax_calendar_future_calendar_after can be used to add theme specific content below the calendar, like a google map of event (check out tiarvro.org for demo)
- documentation and plugin details : http://www.webmasterbulletin.net/wordpress-plugin-ajax-calendar-with-future-posts
- this plugin is the basis for our WPFESTIVAL theme development project : http://wpfestival.com. Bring your suggestions !
Documentation
Full documentation can be found on the AJAX Calendar page.
螢幕擷圖
安裝方式
The plugin is simple to install:
- Download the zip file
- Unpack the zip. You should have a directory called
ajax_calendar_future
, containing several PHP files - Upload the
ajax_calendar_future
directory to thewp-content/plugins
directory on your WordPress installation. It is important you retain theajax_calendar_future
directory structure - Activate plugin and move the AJAX CALENDAR widget in a sidebar
- go to Settings / Ajax Calendar Configuration Screen and check AJAX if you want bottom links to reload the calendar with AJAX
常見問題集
- Does this plugin provide any scheduling functionality?
-
Yes, in fact it is a simple plugin that alters the main post query to let it display posts with a date in the future, which wordpress in its default setting only shows to the identified author
- how do I customize the active day color
-
The active day color is the most important stuff you want to start customizing after successfully installing the plugin
include the following in your css, replace the color by your main theme color : #wp-calendar td.active {background-color: #FFE10C;} - It the plugin compatible with WPML
-
not 100% compatible : can work with WPML but with issues if post dates differ in languages
使用者評論
這個外掛目前沒有任何使用者評論。
參與者及開發者
變更記錄
1.3.4
- just fix the pro include error
1.3.3
- [TODO] display post month if viewing post
- [TODO PRO ?] custom post type query / custom post type archive
- 20130902 get_archive only going in the past
- 20130902 apply ajax_calendar_future_calendar_after filter
- 20130901 activate today’s date if has posts
1.3.2
- send back missing directories
1.3.1
- fix svn issues
1.3
- 20130827
- add jquery dependency in jss.php
- fix ajax reload bug containeer
- fix ajax calendar popup bug (live event in javascript)
- calendar popup border
1.2
- refactor the plugin code for readability
1.01
- add the td.active class for days with posts
1.0
adaptation from AJAX CALENDAR