Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Have you made any changes to the theme’s files?

    Thread Starter ambereslindsay

    (@ambereslindsay)

    I have not.

    Hello,

    I have the same problem.

    I wonder if you found a solution to that “Bartleby”& category name appearing in the title.

    Thread Starter ambereslindsay

    (@ambereslindsay)

    Unfortunately no, no one ever got back to me in the forums. Sorry.

    Hi ambereslindsay!
    I just went to Appearance > Editor and chose Category Template (category.php).

    Changed this part:
    <h1 class=”big-headline-left”>
    <?php printf( __( ‘%s’, ‘bartleby’ ), ‘<span>’ . single_cat_title( ‘bartleby’, false ) . ‘</span>’ ); ?>
    </h1>

    To this:
    <h1 class=”big-headline-left”>
    <?php printf( __( ‘%s’, ‘bartleby’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ ); ?>
    </h1>

    And my problem was fixed. Hope it works for you as well!

    Thread Starter ambereslindsay

    (@ambereslindsay)

    Thanks so much! Will fix that asap

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Category title says 'bartleby' followed by category’ is closed to new replies.