=== Advent Calendar === Contributors: bassgang Tags: advent, calendar, christmas Requires at least: 3.7.1 Tested up to: 3.7 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple calendar plugin to show a list of 24 days before christmas. Each day can be viewed automatically on the current date after it got published. == Description == This plugin easily outputs an advent calendar for your chosen year (e.g. 2013). In the current version one entry consits of a title and a featured image, that’s all! Therefore the plugin provides the following functionality: * A custom post type called "Advent calendar entry" * A bulk creation utility to create 24 Advent calendar entries with one click. Each one is automatically scheduled for 1. - 24.12. * A shortcode which outputs an Advent calendar overview. You can use it with [advent-calendar year="xxxx"], i.e for 2013 it would be [advent-calendar year="2013"] * As long as an Advent calendar entry is not published the entry will not be clickable in the Advent calendar overview. After automatically publishing (make sure your WordPress virtual cron is running probapbly) the entry will be clickable and viewable. Fits perfect for any website to release exclusive picture content on the 24 days before christmas. == Installation == * As any plugin. == Screenshots == 1. This shows the overview of the Advent calendar output. In this specific demo the first Advent calendar entry is already published and therefore linked it has a preview of the featured image and a link to the single view. == Changelog == = 1.0.1 = * Fixed misspelled "calender" to "calendar" everywhere. * Improve text in README. = 1.0.0 = * Initial release.