カテゴリータグ– category –
カテゴリーに関するファンクションタグです。
-
カテゴリータグ
get_ancestors
指定されたオブジェクトの親を含む配列を返します。 Returns an array containing the parents of the given object. get_ancestorsのファンクションタグ使用方法 [php][/php] デフォルトの使用方法 [php] [/php] get_ancestorsのパラメーター $object_id ... -
カテゴリータグ
get_all_category_ids
すべてのカテゴリIDを取得します。 Retrieves all category IDs. get_all_category_idsのファンクションタグ使用方法 [php][/php] get_all_category_idsのパラメーター なし 戻り値 (array)カテゴリIDのすべてのリストが表示されます。 (array) A list of ... -
カテゴリータグ
cat_is_ancestor_of
カテゴリーが別のカテゴリーの祖先の場合、この条件タグはチェックします。これはboolean関数であり、TRUEまたはFALSEのいずれかを返します。 This Conditional Tag Check if a category is an ancestor of another category. This is a boolean function,... -
カテゴリータグ
get_category_by_slug
カテゴリースラッグによってカテゴリーオブジェクトを取得します。見つからない場合はfalseを返します。 Retrieve category object by category slug. Returns false if not found. get_category_by_slugのファンクションタグ使用方法 [php][/php] get_cat... -
カテゴリータグ
get_category
カテゴリーIDまたはカテゴリーオブジェクトを指定したカテゴリーデータを取得します。 Retrieves category data given a category ID or category object. $categoryパラメータのオブジェクトを渡した場合、カテゴリーのRowオブジェクトはデータベースを取... -
カテゴリータグ
get_category_by_path
カテゴリースラッグを含んでいるURLに基づいてカテゴリーを取得します。 Retrieve category based on URL containing the category slug. カテゴリスラッグを取得するために$category_pathパラメータを分割します。 Breaks the $category_path parameter u... -
カテゴリータグ
get_categories
クエリパラメータに一致するカテゴリーオブジェクトの配列を返します。 Returns an array of category objects matching the query parameters. 引数はwp_list_categoriesとほぼ同一であり、配列あるいはクエリ構文で渡すことができます。 Arguments are p... -
カテゴリータグ
get_cat_ID
カテゴリー名からカテゴリIDを取得します。 Retrieve the ID of a category from its name. get_cat_IDのファンクションタグ使用方法 [php][/php] get_cat_IDのパラメーター $cat_name (string) (optional) デフォルトは"一般"であり、任意のカテゴリ名に... -
カテゴリータグ
get_cat_name
IDからカテゴリー名を返します。 Retrieve the name of a category from its ID. get_cat_nameのファンクションタグ使用方法 [php][/php] get_cat_nameのパラメーター $cat_id (integer) (required) カテゴリーID。 デフォルト:なし (integer) (required)... -
カテゴリータグ
get_the_category
オブジェクトの配列を返し、投稿に割り当てられた各カテゴリーのための1つのオブジェクトです。このタグはパラメータとして投稿IDを渡す事によってループ外で使用されます。 Returns an array of objects, one object for each category assigned to the ...
12