keesiemeijer / post-type-calendar
Display a calendar with WordPress post titles
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ~1.0
Requires (Dev)
- coenjacobs/mozart: ^0.2.0
- donatj/simplecalendar: ^0.6.1
- fisharebest/ext-calendar: dev-master
- wpupdatephp/wp-update-php: ^1.1
This package is auto-updated.
Last update: 2025-03-12 06:50:37 UTC
README
Version: 1.1.0
Requires at least: 4.6
Tested up to: 4.8
A WordPress plugin to display a calendar with post titles from any post type.
Use the shortcode [pt_calendar]
or functions to display the calendar where you want.
This plugin uses the SimpleCalendar by donatj to display the calendar.
documentation. example calendar.
Installation
Clone or download this repository inside the WordPress plugins
directory
git clone https://github.com/keesiemeijer/post-type-calendar.git
And activate the plugin.
Now you can use the calendar functions in your theme to display a calendar with your post titles.
requirements
This plugin requires PHP 5.6 or greater.
Note: This plugin displays an admin notice when activated on lower PHP versions.
Composer
All (third-party) packages are included in the src/Dependencies
directory by Mozart. Mozart installs the packages there automatically after using composer update
or composer install
.
Creating a new build
To compile the plugin (without all the development files) go to the the post-type-calendar
directory and use the following commands.
# Install Grunt tasks npm install # Build the production plugin grunt build
The plugin will be compiled in the build
directory.
Documentation
For documentation visit the Wiki