trendwerk / post-type-archive-settings
文章类型存档设置。专为WordPress设计。
1.0.4
2016-11-23 11:17 UTC
Requires
- php: >=5.4
- composer/installers: ~1
README
文章类型存档设置。专为WordPress设计。
此插件使用文章类型来编辑实际存档设置。这将允许您轻松扩展存档,包含所有可用于文章类型的所有功能。
安装
composer require trendwerk/post-type-archive-settings
使用方法
将“存档设置”支持添加到任何文章类型。
'supports' => array( 'title', 'editor', 'revisions', 'archive-settings' )
API
get_archive_settings( $post_type )
$post_type 文章类型的名称。
扩展
如果您想扩展存档文章类型,它注册在 _post_type_archives
文章类型名称下。