Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25859

    Hi support team,

    pls look the picture to understand… http://webex.gr/uktogr.png

    Kind regards,

    xrisxal2000

    #128442

    Hi,

    search results for

    Edit framework > php > function-set-avia-frontend.php

    if($wp_query->found_posts > 1)
    {
    $output = $wp_query->found_posts ." ". __('search results for:','avia_framework')." ".esc_attr( get_search_query() );
    }
    else
    {
    $output = $wp_query->found_posts ." ". __('search result for:','avia_framework')." ".esc_attr( get_search_query() );
    }

    And find this

    if(!empty($_GET['s']))
    {
    $output = __('Search results for:','avia_framework')." ".esc_attr( get_search_query() );
    }

    Open search.php, find this code

    echo "<h4>".__('New Search','avia_framework')."</h4>";
    echo "<p>".__('If you are not happy with the results bellow please do another search','avia_framework')."</p>";

    On loop-search.php, find these

    <?php
    if(get_post_type() !== "page")
    {
    if ( get_comments_number() != "0" || comments_open() )
    {
    echo "<span class='text-sep'>/</span>";
    echo "<span class='comment-container minor-meta'>";
    comments_popup_link( "0 ".__('Comments','avia_framework'),
    "1 ".__('Comment' ,'avia_framework'),
    "% ".__('Comments','avia_framework'),'comments-link',
    "".__('Comments Disabled','avia_framework'));
    echo "</span>";
    }
    }

    Regards,

    Ismael

    #128443

    Great job, Ismael…!!!!

    many many Thanks!!!

    Kind regards,

    xrisxal2000

    #128444

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘english characters to greek!!!!!!’ is closed to new replies.