Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tzjakab

    (@tzjakab)

    I looked it up on firebug and found the problem here :

    <div id=”content” class=”site-content” role=”main”>
    <header class=”page-header”>
    <h1 class=”page-title”>
    Category
    <span>Practice</span>
    </h1>

    … but I don’t know how to get rid of “Category”

    thanks!

    Thread Starter tzjakab

    (@tzjakab)

    Got it!

    Under Archive, PHP

    Change :

    if ( is_category() ) {printf( __( 'Category %s', 'spun' ), '<span>' . single_cat_title( '', false ) . '</span>' );

    to

    if ( is_category() ) {printf( '<span>' . single_cat_title( '', false ) . '</span>' );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Category" overlapping page title’ is closed to new replies.