Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stas/post-types-calendar
WordPress widget that shows a calendar based on existing post types.
https://github.com/stas/post-types-calendar
Last synced: about 1 month ago
JSON representation
WordPress widget that shows a calendar based on existing post types.
- Host: GitHub
- URL: https://github.com/stas/post-types-calendar
- Owner: stas
- Created: 2011-09-01T12:48:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-01T16:48:04.000Z (over 13 years ago)
- Last Synced: 2024-11-29T14:02:49.900Z (about 1 month ago)
- Language: PHP
- Homepage: http://stas.nerd.ro
- Size: 106 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== WordPress Calendar For Custom Post Types ===
Contributors: sushkov
Tags: custom, post, types, cpt, calendar, widget
Requires at least: WordPress 3.0
Tested up to: WordPress 3.2.1
Stable tag: 0.3
Donate link: http://stas.nerd.ro/pub/donate/Because the builtin calendar doesn't have such an option.
== Description ==
A new widget that shows a calendar based on existing post types.
* Select any available post type to show
* Filter by any custom taxonomy term tied to the selected post type
* List a maximum of 10 items below calendar
* Set a prefix for every listed item
* Filters and hooks== Installation ==
Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).
== Frequently Asked Questions ==
Before asking questions, please check the [http://github.com/stas/post-types-calendar](http://github.com/stas/post-types-calendar).
== Changelog ==
= 0.3 =
* Default options added
* Added widget prefixes and suffixes= 0.2 =
* A bunch of new options added= 0.1 =
* First stable release.