Viewing 1 replies (of 1 total)
  • save a back-up copy first:
    edit the ‘archive.php’ of your theme; find

    <?php /* If this is a category archive */ if (is_category()) { ?>
    		  <h1 class="pagetitle"><?php _e('Archive for the', 'default'); ?> ‘<?php single_cat_title(); ?>’ <?php _e('category', 'default'); ?></h1>

    then delete some part of it, so you get:

    <?php /* If this is a category archive */ if (is_category()) { ?>
    		  <h1 class="pagetitle"> ‘<?php single_cat_title(); ?>’ </h1>

Viewing 1 replies (of 1 total)
  • The topic ‘Dont want Heading to say Archive’ is closed to new replies.