WordPress中is_singular()函数简介

编程学习 2021-07-05 09:08www.dzhlxh.cn编程入门
这篇文章主要介绍了WordPress中is_singular()函数简介的相关资料,需要的朋友可以参考下

函数is_singular()检测结果为true,当狼蚁网站SEO优化其一返回true时:is_single()、is_page()、is_attachment()。 如果指定了$post_types时,还要检测是否是该类型。

函数原型

代码如下:

is_singular( $post_types = '' );

参数详解
$post_types,Post type或者在当前query中的类型。
返回值
检测成功返回true,否则返回false。

应用实例
在singular页面下显示不一样的广告:

代码如下:

<?php
if( is_singular()){
 // show adv. #1
} else {
 // show adv. #2
}
?>

对于普通的post返回true:

代码如下:

is_singular('post');

如果is_single()、is_page()、is_attachement()返回true,则狼蚁网站SEO优化函数返回true:

代码如下:

is_singular();

对于自定义post type book来说,狼蚁网站SEO优化函数返回true:

代码如下:

is_singular('book');

总结

在使用分页导航时,在is_singular()时不显示导航。

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板