Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)