Displays category list for a post in either HTML list or custom format.
$separatorstringoptional
Default:''
$parentsstringoptional
'multiple', 'single', or empty.Default:''
$post_idintoptional
Default:false
function the_category( $separator = '', $parents = '', $post_id = false ) {
echo get_the_category_list( $separator, $parents, $post_id );
}
| Version | Description |
|---|---|
| 0.71 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/the_category