Quapaw
2014-05-13, 07:06 AM
found the text in /blogolife/functions/fe/headerdata.php:
elseif ( is_category() ) {
$content = __('Category Archives:', 'wplook');
$content .= ' ' . single_cat_title("", false);
}
change the code to:
elseif ( is_category() ) {
$content = __('', 'wplook');
$content .= ' ' . single_cat_title("", false);
}
elseif ( is_category() ) {
$content = __('Category Archives:', 'wplook');
$content .= ' ' . single_cat_title("", false);
}
change the code to:
elseif ( is_category() ) {
$content = __('', 'wplook');
$content .= ' ' . single_cat_title("", false);
}