This topic has 3 replies, 2 voices, and was last updated 8 years by Miguel nova.

  • Author
  • #85548
     Miguel nova
    Participant

    Hello

    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?

    #85551
     sharmstr
    Moderator

    please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #85824
     Miguel nova
    Participant

    Hello
    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);
    }

    #86482
     Miguel nova
    Participant

    Hello
    Do you have a second to view my question?

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?