the_category
the_category ( $separator = '', $parents = '', $post_id = false )
Parameters:- (string) separator Optional. Separator between the categories. By default, the links are placed in an unordered list. An empty string will result in the default behavior.
- (string) parents Optional. How to display the parents.
- (int) post_id Optional. Post ID to retrieve categories.
Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Displays category list for a post in either HTML list or custom format.