站长百科 | 数字化技能提升教程 数字化时代生存宝典
首页
数字化百科
电子书
建站程序
开发
服务器
办公软件
开发教程
服务器教程
软件使用教程
运营教程
热门电子书
WordPress教程
宝塔面板教程
CSS教程
Shopify教程
导航
程序频道
推广频道
网赚频道
人物频道
网站程序
网页制作
云计算
服务器
CMS
论坛
网店
虚拟主机
cPanel
网址导航
WIKI使用导航
WIKI首页
最新资讯
网站程序
站长人物
页面分类
使用帮助
编辑测试
创建条目
网站地图
站长百科导航
站长百科
主机侦探
IDCtalk云说
跨境电商导航
WordPress啦
站长专题
网站推广
网站程序
网站赚钱
虚拟主机
cPanel
网址导航专题
云计算
微博营销
虚拟主机管理系统
开放平台
WIKI程序与应用
美国十大主机
编辑“
WordPress常用函数is taxonomy
”
人物百科
|
营销百科
|
网赚百科
|
站长工具
|
网站程序
|
域名主机
|
互联网公司
|
分类索引
跳转至:
导航
、
搜索
警告:
您没有登录。如果您做出任意编辑,您的IP地址将会公开可见。如果您
登录
或
创建
一个账户,您的编辑将归属于您的用户名,且将享受其他好处。
反垃圾检查。
不要
加入这个!
<span style="border:1px solid #000; text-align:center; float:right; padding:6px;"><strong>导航:</strong> [[WordPress常用函数(上)| 上一页]] | {{Template:WordPress导航}}</span> <div style="clear:both;"></div> ==说明== 将分类法名称作为变量传递给这个条件标签,条件[[标签]]可查看分类法名称是否确实存在。这个布尔值函数使用 $wp_taxonomies全局变量判断分类法名称的存在,同时若分类法名称存在时返回TRUE,不存在时返回FALSE。 ==用法== <?php is_taxonomy($taxonomy); ?> ==示例== $taxonomy_exist = is_taxonomy('category'); //returns true $taxonomy_exist = is_taxonomy('post_tag'); //returns true $taxonomy_exist = is_taxonomy('link_category'); //returns true $taxonomy_exist = is_taxonomy('my_taxonomy'); //returns false if global $wp_taxonomies['my_taxonomy'] is not set '''参数''' '''$tag''' (字符串)(必需)分类法名称 默认值:None '''相关资源''' [http://codex.wordpress.org/Function_Reference/is_home is_home()], [http://codex.wordpress.org/Function_Reference/is_front_page is_front_page()], [http://codex.wordpress.org/Function_Reference/is_search is_search()], [http://codex.wordpress.org/Function_Reference/is_404 is_404()], [http://codex.wordpress.org/Function_Reference/is_singular is_singular()], [http://codex.wordpress.org/Function_Reference/is_page is_page()], [http://codex.wordpress.org/Function_Reference/is_attachment is_attachment()], [http://codex.wordpress.org/Function_Reference/is_local_attachment is_local_attachment()], [http://codex.wordpress.org/Function_Reference/is_single is_single()], [http://codex.wordpress.org/Function_Reference/is_sticky is_sticky()], [http://codex.wordpress.org/Function_Reference/is_archive is_archive()], [http://codex.wordpress.org/Function_Reference/is_category is_category()], [http://codex.wordpress.org/Function_Reference/is_tag is_tag()], [http://codex.wordpress.org/Function_Reference/is_author is_author()], [http://codex.wordpress.org/Function_Reference/is_date is_date()], [http://codex.wordpress.org/Function_Reference/is_year is_year()], [http://codex.wordpress.org/Function_Reference/is_month is_month()], [http://codex.wordpress.org/Function_Reference/is_day is_day()], [http://codex.wordpress.org/Function_Reference/is_time is_time()], [http://codex.wordpress.org/Function_Reference/is_admin is_admin()], [http://codex.wordpress.org/Function_Reference/is_preview is_preview()], [http://codex.wordpress.org/Function_Reference/is_paged is_paged()], [http://codex.wordpress.org/Function_Reference/is_page_template is_page_template()], [http://codex.wordpress.org/Function_Reference/is_plugin_page is_plugin_page()], [http://codex.wordpress.org/Function_Reference/is_new_day is_new_day()], [http://codex.wordpress.org/Function_Reference/is_feed is_feed()], [http://codex.wordpress.org/Function_Reference/is_trackback is_trackback()], [http://codex.wordpress.org/Function_Reference/is_comments_popup is_comments_popup()], [http://codex.wordpress.org/Function_Reference/comments_open comments_open()], [http://codex.wordpress.org/Function_Reference/pings_open pings_open()], <STRONG>is_taxonomy()</STRONG>, [http://codex.wordpress.org/Function_Reference/is_taxonomy_hierarchical is_taxonomy_hierarchical()] ==相关条目== *[[Drupal]] *[[OBLOG]] *[[X-Space]] *[[SaBlog-X]] *[[Bo-Blog]] [[category:WordPress中文文档|G]] [[category:WordPress网站开发|G]] [[category:WordPress开发文档|G]]
摘要:
请注意,您对站长百科的所有贡献都可能被其他贡献者编辑,修改或删除。如果您不希望您的文字被任意修改和再散布,请不要提交。
您同时也要向我们保证您所提交的内容是您自己所作,或得自一个不受版权保护或相似自由的来源(参阅
Wordpress-mediawiki:版权
的细节)。
未经许可,请勿提交受版权保护的作品!
取消
编辑帮助
(在新窗口中打开)
本页使用的模板:
模板:WordPress导航
(
查看源代码
)(受保护)