BuddyDev

Search

[Resolved] CB Pro styling – remove category/tag etc from archive title

  • Participant
    Level: Master
    Posts: 152
    Hugo Callens on #34679

    I would like to remove the first part of archive titles: “Category:”, “Tag:” etc. How can I do that?

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2908
    Ravi on #34680

    Hello Hugo,

    Thank you for posting. Please try the following code.

    
    add_filter( 'get_the_archive_title_prefix', '__return_empty_string' );
    

    Regards
    Ravi

You must be logged in to reply to this topic.

This topic is: resolved