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
<?php
printf( __( 'Category Archives: %s', GKTPLNAME ), '<span>' . single_cat_title( '', false ) . '</span>' );
?>