trendwerk/post-type-archive-settings

文章类型存档设置。专为WordPress设计。

安装次数: 4,816

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

公开问题: 0

类型:wordpress-muplugin

1.0.4 2016-11-23 11:17 UTC

This package is auto-updated.

Last update: 2024-09-26 20:40:12 UTC


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 文章类型名称下。