trendwerk/post-type-archive-settings

Settings for post type archives. Made for WordPress.

Installs: 4 766

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:wordpress-muplugin

1.0.4 2016-11-23 11:17 UTC

This package is auto-updated.

Last update: 2024-04-26 19:50:36 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.