This topic has 3 replies, 2 voices, and was last updated 10 years by Miguel nova.
-
Author
-
November 3, 2015 at 22:48 #85548
Miguel nova
ParticipantHello
Your Kleo theme i great. I have some issues trying to configure in http://vengalecuento.com
1. When I go to any Category (links o man menu) appears a default text “Archivo para la categoría:” and the category name.
How can I do to hide this text?
November 3, 2015 at 23:01 #85551sharmstr
Moderatorplease search before posting: https://archived.seventhqueen.com/forums/topic/deleting-archive-for-category-text#post-72060
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 6, 2015 at 00:25 #85824Miguel nova
ParticipantHello
I have already made both options (edit function-core.php and css trick) again but does not work… it still appears, trying put $output before “single_cat_title(”, false);” too… plus, appears in spanish…function kleo_title()
{
$output = “”;
if (is_tag()) {
$output = __(‘Tag Archive for:’,’kleo_framework’).” “.single_tag_title(”,false);
}
elseif(is_tax()) {
$term = get_term_by(‘slug’, get_query_var(‘term’), get_query_var(‘taxonomy’));
$output = $term->name;
}
elseif ( is_category() ) {
//$output = __(‘Archive for category:’, ‘kleo_framework’) . “sss ” . single_cat_title(”, false);
single_cat_title(”, false);
}November 9, 2015 at 22:59 #86482Miguel nova
ParticipantHello
Do you have a second to view my question? -
AuthorPosts
You must be logged in to reply to this topic.

