is_post_type_archive()

WordPress函数is_post_type_archive用于判断是否指定的文章类型归档页。

is_post_type_archive( string|string[] $post_types = '' )

函数参数

$post_types

字符串

指定文章类型

函数使用示例

<?php if ( is_post_type_archive() ) { ?>
	<h2><?php post_type_archive_title(); ?></h2>
<?php } ?>

扩展阅读

is_post_type_archive()函数位于:wp-includes/query.php

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索