=== Advent Calendar === Contributors: bassgang Tags: advent, calendar, christmas Requires at least: 3.7.1 Tested up to: 3.9 Stable tag: 1.0.2 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 == * Install the plugin. * Activate the plugin. * Use the bulk creation tool to create the Advent calendar entries. * Set a featured image for each Advent calendar entry. * Adapt the Advent calendar single entry template to your needs, you can find it here: ** wp-content/plugins/advent-calendar/public/views/single-advent-calendar-entry.php. ** Make sure you include the PHP to output the "featured image" somewhere in the template. *** You can find it in "single-advent-calendar-entry.php" line 32 - 36. ** A good starting point is to copy the contents of your "single.php" template from your current theme into this file. * Use the shortcode "[advent-calendar]" to output the Advent calendar overview. == 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.2 = * Increase overall theme compatibility. ** Remove specific twentythirteen functions in "public/views/single-advent-calendar-entry.php". * Improve installation instructions. = 1.0.1 = * Fixed misspelled "calender" to "calendar" everywhere. * Improve text in README. = 1.0.0 = * Initial release.