WordPress函数文档get_cat_ID()

通过分类名获取分类ID 描述 译文 按名称检索类别编号。 原文 Retrieve the ID of a ca…

通过分类名获取分类ID

描述

译文

按名称检索类别编号。

原文

Retrieve the ID of a category from its name.

用法

<?php get_cat_ID$cat_name ?>

参数

$cat_name

(string) (可选) Default is ‘General‘ and can be any category name.

默认值: ‘General’

返回值

(integer if 0, string if ID) 

0 if failure and ID of category on success.

示例

Basic

This is a very basic example of how to use this function in The_Loop. Replace “Category Name” with the name of your category.

注意

Previous Function Reference to get the category ID has been deprecated.

历史

添加于 版本: 1.0.0

源文件

get_cat_ID() 函数的代码位于 wp-includes/category.php.

相关

  • Article(文章): Categories
  • Function(函数): the_category()
  • Function(函数): the_category_rss()
  • Function(函数): single_cat_title()
  • Function(函数): category_description()
  • Function(函数): wp_dropdown_categories()
  • Function(函数): wp_list_categories()
  • Function(函数): get_the_category()
  • Function(函数): get_the_category_by_ID()
  • Function(函数): get_category_by_slug()
  • Function(函数): get_the_category_list()
  • Function(函数): get_category_parents()
  • Function(函数): get_category_link()
  • Function(函数): is_category()
  • Function(函数): in_category()
  • 原文:http://codex.wordpress.org/Function_Reference/get_cat_ID
类别:WordPress函数文档

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

评论 (0)COMMENT