Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyjones/calendar-category
WordPress plugin. Un-registers the default Calendar widget, and registers a new one which supports showing only those posts in certain (or all) categories. Can add multiple calendar widgets – each of them set to different categories (or All Categories). The tooltip on the per-day links shows only post titles from that category, and when you click on the calendar link to bring up the day archive of posts, only posts from that category are shown.
https://github.com/garyjones/calendar-category
Last synced: about 1 month ago
JSON representation
WordPress plugin. Un-registers the default Calendar widget, and registers a new one which supports showing only those posts in certain (or all) categories. Can add multiple calendar widgets – each of them set to different categories (or All Categories). The tooltip on the per-day links shows only post titles from that category, and when you click on the calendar link to bring up the day archive of posts, only posts from that category are shown.
- Host: GitHub
- URL: https://github.com/garyjones/calendar-category
- Owner: GaryJones
- Created: 2011-10-06T11:52:20.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2013-11-18T10:52:45.000Z (almost 11 years ago)
- Last Synced: 2023-03-12T07:24:24.080Z (over 1 year ago)
- Language: PHP
- Homepage: http://code.garyjones.co.uk/plugins/calendar-category/
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calendar Category
Amends the WordPress Calendar widget to allow showing posts by categories.
## Installation
### Upload
1. Download the latest tagged archive (choose the "zip" option).
2. Go to the __Plugins -> Add New__ screen and click the __Upload__ tab.
3. Upload the zipped archive directly.
4. Go to the Plugins screen and click __Activate__.### Manual
1. Download the latest tagged archive (choose the "zip" option).
2. Unzip the archive.
3. Copy the folder to your `/wp-content/plugins/` directory.
4. Go to the Plugins screen and click __Activate__.Check out the Codex for more information [installing plugins manually](http://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).
### Git
Using git, browse to your `/wp-content/plugins/` directory and clone this repository:
`git clone [email protected]:GaryJones/Calendar-Category.git`
Then go to your Plugins screen and click __Activate__.
## Usage ##
1. Use the Calendar with Categories widget in your sidebar.
1. Choose a category from the dropdown to limit posts from a certain category.## Screenshot
![The widget with additional category selector.](https://raw.github.com/GaryJones/Calendar-Category/master/screenshot-1.png)
_The widget with additional category selector._## Credits ##
Built by [Gary Jones](https://twitter.com/GaryJ)
Copyright 2013 [Gamajo Tech](http://gamajo.com/)