!
也想出现在这里? 联系我们
内容广告块

is_post_type_archive()函数-WP常用函数

释放双眼,带上耳机,听听看~!

is_post_type_archive()函数用来判断归属于某个类型的文章归档页。

语法

<?php is_post_type_archive( $post_types ); ?>

参数

$post_types 指的是文章类型或者自定义文章类型

实例

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

给TA打赏
共{{data.count}}人
人已打赏
PHP

is_archive()函数-WP常用函数

2020-12-25 8:55:59

PHP

wp_get_current_commenter()函数-WP常用函数

2020-12-29 8:00:39

版权声明 本站所发布的一切与破解相关的文章仅限用于学习和研究目的,请在下载后的24个小时之内,从您的电脑中彻底删除。所有资源均来自于网络,不得用于商业或者非法用途,否则一切后果请用户自负。如有问题请及时与我联系,QQ:526733428,或提交工单。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
购物车
优惠劵
今日签到
有新私信 私信列表
搜索

Warning: error_log(/www/wwwroot/zyansong.com/wp-content/plugins/spider-analyser/#log/log-0317.txt): failed to open stream: No such file or directory in /www/wwwroot/zyansong.com/wp-content/plugins/spider-analyser/spider.class.php on line 2900