2017 © Pedro Peláez
 

wp-muplugin cpt-date-archives

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

image

clubduece/cpt-date-archives

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

  • Friday, May 8, 2015
  • by clubduece
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CPT Date Archives

Scrutinizer Code Quality, (*1)

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

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) :, (*3)

http://example.com/books/2015, (*4)

http://example.com/books/2015/04, (*5)

http://example.com/books/2015/04/20, (*6)

Requirements

This plugin requires PHP 5.3 or later and WordPress 3.0 or later., (*7)

Installation

The preferred installation method is via Composer. This plugin can be found on Packagist., (*8)

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

Contributions

Contributions are welcome. Please fork the project and submit via Pull Request. Please adhere to the WordPress Coding Standards., (*10)

The Versions

08/05 2015

dev-master

9999999-dev https://github.com/clubduece/cpt-date-archives

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

  Sources   Download

GPLv2.0

The Requires

  • php >=5.3

 

The Development Requires

by Avatar clubduece

wordpress mvc plugins

08/05 2015

0.2

0.2.0.0 https://github.com/clubduece/cpt-date-archives

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

  Sources   Download

GPLv2.0

The Requires

  • php >=5.3

 

The Development Requires

by Avatar clubduece

wordpress mvc plugins

05/05 2015

0.1

0.1.0.0 https://github.com/clubduece/cpt-date-archives

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

  Sources   Download

GPLv2.0

The Requires

  • php >=5.3

 

The Development Requires

by Avatar clubduece

wordpress mvc plugins