2017 © Pedro Peláez
 

wordpress-plugin post-type-calendar

Display a calendar with WordPress post titles

image

keesiemeijer/post-type-calendar

Display a calendar with WordPress post titles

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Post Type Calendar Build Status

Version: 1.1.0
Requires at least: 4.6
Tested up to: 4.8, (*1)

A WordPress plugin to display a calendar with post titles from any post type., (*2)

Use the shortcode [pt_calendar] or functions to display the calendar where you want., (*3)

This plugin uses the SimpleCalendar by donatj to display the calendar., (*4)

documentation. example calendar., (*5)

Installation

Clone or download this repository inside the WordPress plugins directory, (*6)

git clone https://github.com/keesiemeijer/post-type-calendar.git

And activate the plugin., (*7)

Now you can use the calendar functions in your theme to display a calendar with your post titles., (*8)

requirements

This plugin requires PHP 5.6 or greater., (*9)

Note: This plugin displays an admin notice when activated on lower PHP versions., (*10)

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., (*11)

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., (*12)

# Install Grunt tasks
npm install

# Build the production plugin
grunt build

The plugin will be compiled in the build directory., (*13)

Documentation

For documentation visit the Wiki, (*14)

The Versions