clubduece/cpt-date-archives

A plugin to add year, month, and day archives for custom post types.

0.2 2015-05-08 17:52 UTC

This package is not auto-updated.

Last update: 2024-10-26 18:01:13 UTC


README

Scrutinizer Code Quality

This mu-plugin adds support for date based archives for public custom post types that are registered with the has_archive property set to true. It adds rules for year, month, and date archives.

For example, if you register a custom post type of books for a website at http://example.com, the following URLs will be be active if you are using pretty permalinks (providing posts fit within the timeframe) :

http://example.com/books/2015

http://example.com/books/2015/04

http://example.com/books/2015/04/20

Requirements

This plugin requires PHP 5.3 or later and WordPress 3.0 or later.

Installation

The preferred installation method is via Composer. This plugin can be found on Packagist.

Additionally, you can download a release and then upload to the mu-plugins directory. You will need to add file in the mu-plugins directory that loads the cpt-date-archives.php file from the plugin root directory.

Contributions

Contributions are welcome. Please fork the project and submit via Pull Request. Please adhere to the WordPress Coding Standards.