Okay
  Public Ticket #3131228
Remove Category label
Closed

Comments

  • Kai started the conversation

    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.

  • [deleted] replied

    Hi 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!