Post type archive settings archived
Settings for post type archives. Made for WordPress.
by Trendwerk · github.com/trendwerk/post-type-archive-settings · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/trendwerk/post-type-archive-settings/archive/refs/heads/master.zipReadme
Post type archive settings
Settings for post type archives. Made for WordPress.
This plugin uses post types to edit the actual archive settings. This will allow you to easily extend archives with all features available for post types.
Installation
composer require trendwerk/post-type-archive-settings
Usage
Add the post type support 'archive-settings' to any post type.
'supports' => array( 'title', 'editor', 'revisions', 'archive-settings' )
API
get_archive_settings( $post_type )
$post_type Name of the post type.
Extending
If you'd like to extend the archives post type, it's registered under the post type name _post_type_archives.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.4 | Nov 23, 2016 |
| 1.0.3 | Jul 14, 2016 |
| 1.0.2 | May 3, 2016 |
| 1.0.1 | Jun 17, 2015 |
| 1.0.0 | Jun 10, 2015 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.