=== Advent Calender === Contributors: bassgang Tags: advent, calender, christmas Requires at least: 3.7.1 Tested up to: 3.7 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A simple calender which outputs a list of 24 calender days which can be viewed after they got published automatically. == Description == This plugins aims to easily output a Advent calender for one year. At the moment an Advent calender entry consits of a title and a featured image, not more! Therefore the plugin provides the following functionality: * A custom post type called "Advent calender entry" * A bulk creation utility to create 24 Advent calender entries with one click. Each one is automatically scheduled for 1. - 24.12. * A shortcode which outputs an Advent calender overview. You can use it with [advent-calender year="xxxx"], i.e for 2013 it would be [advent-calender year="2013"] * As long as an Advent calender entry is not published the entry will not be clickable in the Advent calender overview. After automatically publishing (make sure your WordPress virtual cron is running probapbly) the entry will be clickable and viewable. == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'plugin-name' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `plugin-name.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `plugin-name.zip` 2. Extract the `plugin-name` directory to your computer 3. Upload the `plugin-name` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Screenshots == 1. This shows the overview of the Advent calender output. In this specific demo the first Advent calender 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 = * Initial release.