Viewing 3 replies - 1 through 3 (of 3 total)
  • You can do this by creating child theme and then copy category.php file of parent theme into child theme, then open this in editor and on line 10 there is code

    <h1 class="page-title"><?php printf( __( 'Category: %s', 'newswire' ), '<span class="colortxt">' . single_cat_title( '', false ) . '</span>' );
    					?></h1>

    you need to remove this and place this

    <h1 class="page-title"><?php echo single_cat_title( '', false ); ?></h1>

    Thread Starter sudarshanbehappy

    (@sudarshanbehappy)

    Hi Swayam.tejwani, thank you very much for the prompt response and your time. Is there is any other option by using plugin or anything which doesn’t involve
    editing the theme?

    Thanks for your time once again.

    Use – “Remove Category URL” Plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove the word "category" in wordpress category’ is closed to new replies.