the_category_head
- the_category_head is deprecated since version 0.71.0!
Alternative: get_the_category_by_ID()
the_category_head ( $before = '', $after = '' )
Parameters:- (string) before Optional. Text to display before the category. Default empty.
- (string) after Optional. Text to display after the category. Default empty.
See:Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: 0.71.0
Description
Prints a category with optional text before and after.