您的当前位置:首页 > 知识博客 > wordpress建站

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

时间:2024-03-13

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

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

函数参数

$post_types

字符串

指定文章类型

函数使用示例

<?php if ( is_post_type_archive() ) { ?>
	<h1><?php post_type_archive_title(); ?></h1>
<?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()


欢迎咨询/Welcome to inquire
tel/vx:18842938855
qq:1685522781
email:1685522781@qq.com

Copyright © 2019-2024 baidu.bond


Whatsapp
Powered by RRZCMS