WordPress判断是否指定文章类型归档页函数:is_post_type_archive

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

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

相关函数:

  • get_the_archive_title()
  • get_the_archive_description()
  • wp_get_document_title()
  • post_type_archive_title()
类别:WordPress函数讲解

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册