trendwerk/post-type-archive-settings

This package is abandoned and no longer maintained. No replacement package was suggested.

Settings for post type archives. Made for WordPress.

Maintainers

Package info

github.com/trendwerk/post-type-archive-settings

Type:wordpress-muplugin

pkg:composer/trendwerk/post-type-archive-settings

Statistics

Installs: 5 042

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.4 2016-11-23 11:17 UTC

This package is auto-updated.

Last update: 2026-02-26 23:43:55 UTC


README

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.