Taxonomy
For loop type taxonomy
, here are the query parameters and fields.
Query parameters
core
- Get built-in taxonomies (true
,false
)
Type: booleanname
- Get taxonomies by name/slug(s)
Type: string, arrayorder
- Order:asc
(ascending) ordesc
(descending)
Type: string
Default:asc
orderby
- Order by field
Type: string
Default:title
public
- Get public taxonomies (true
,false
)
Type: boolean
Fields
description
- Descriptionlabel
- Label (singular)label_plural
- Label (plural)name
- Name/slugtitle
- Same as field "label"