• Resolved malicie

    (@malicie)


    example:
    when i create a category in the title appears “Categoría:Noticias” and i want it to just show up Noticias without the “Categoría”.
    But i want quit in all categories

    • This topic was modified 3 years, 11 months ago by malicie.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @malicie
    Thanks for contacting to us.
    For this follow the given below instruction.
    1 Find the breadcrumbs.php file located in your theme folder >>inc folder >>breadcrumbs folder.
    2 Open the file and find the below line of code on line no 83.

    echo '<h1>'. ( esc_html__('Category:&nbsp;','wpkites' ).single_cat_title( '', false ) ) .'</h1>';

    3 And Replace it with below line of code.

    echo '<h1>'. ( esc_html__('','wpkites' ).single_cat_title( '', false ) ) .'</h1>';

    Let me know if you have any confusion.

    Thanks
    Akhilesh

    Thread Starter malicie

    (@malicie)

    Ty i need help with other thing, i need create other thopic?

    HI
    For other help pls crate separate ticket bz multiple query in single thread create complexity to handle better support query.
    So always open new ticket for each query.
    If this ticket resolve.
    Pls tell us so that we can close this ticket.

    Thanks
    Support Team

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘how remove category tittle’ is closed to new replies.