clubduece / cpt-date-archives
A plugin to add year, month, and day archives for custom post types.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:wp-muplugin
Requires
- php: >=5.3
Requires (Dev)
- phpmd/phpmd: 2.2.2
This package is not auto-updated.
Last update: 2024-10-26 18:01:13 UTC
README
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.