How To Remove Category Archive Text

January 2013 WordPress Theme
GK User
Wed Jun 03, 2015 4:08 pm
Hello,

Please how can I remove the Category Archive from showing when a menu is clicked? I want to remove the portion that I have highlighted below from showing when a menu is clicked.



Thanks
User avatar
Fresh Boarder

GK User
Thu Jun 04, 2015 11:19 pm
Hello,

Please edit News/category.php file and here:
Code: Select all
<?php
               printf( __( 'Category Archives: %s', GKTPLNAME ), '<span>' . single_cat_title( '', false ) . '</span>' );
            ?>

you can edit or remove displayed text.
User avatar
Moderator

GK User
Thu Jun 11, 2015 3:53 pm
Thank you!
User avatar
Fresh Boarder


cron