im wondering how i can get rid of the text "Archive for category Increase Vertical Jump" on this page http://www.hi-vertical.com/category/jump-higher/
Any help is much appreciated. Thanks.
im wondering how i can get rid of the text "Archive for category Increase Vertical Jump" on this page http://www.hi-vertical.com/category/jump-higher/
Any help is much appreciated. Thanks.
Go to your theme directory and open up archive.php. Somewhere in that file will be written Archive for category <?php single_cat_title(); ?> replace that with the text of your choosing.
<?php single_cat_title(); ?> generates the name of the category.
Came straight to this page. Got the answer I needed. Thanks, works like a charm.
This topic has been closed to new replies.