Comments Kai started the conversationSeptember 23, 2022 at 10:45amI would like to show a header and description for each post category, but not displaying "Category /". How can I remove this?I am using Kalium Child theme.[deleted] repliedSeptember 26, 2022 at 6:44amHi alvdalsbunad,Please add this code in the in functions.php file: // Remove Category prefix add_filter( 'kalium_blog_page_header_show_category_prefix', '__return_false' ); and the category prefix should be removed. Have a nice day! Sign in to reply ...
I would like to show a header and description for each post category, but not displaying "Category /". How can I remove this?
I am using Kalium Child theme.
Hi alvdalsbunad,
Please add this code in the in functions.php file:
and the category prefix should be removed.
Have a nice day!