Tag Archives: category title

WordPress: Remove “category title” from Category pages?

Wordpress

How to I remove this line (category title) from appearing on each category  page?

Posts categorized “category_title”

—————

Open up file “category.php

FIRST METHOD:

Find:

    <h1><?php
     //printf( __( ‘Category Archives: %s’, ‘twentyten’ ), ‘<span>’ . single_cat_title( ”, false ) . ‘</span>’ );

Comment this section out per //  Continue reading WordPress: Remove “category title” from Category pages?