Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Translation for Search results and no results

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7293
    Giancarlo
    Participant

    I need to translate the message “Seraching result for: …” and the no results page changing “Nothing found” title and the message below.

    I find in search.php and noresult.php but after editing i experience a php parse error.

    Thanks
    G

    #7295
    Grace Themes
    Member

    Hi

    You can change the text “Search Results for” in search.php file at line no. 15

    The default code of search.php file is

    <?php
    /**
     * The template for displaying Search Results pages.
     *
     * @package study-circle-pro
     */
    
    get_header(); ?>
    
    <div class="container content-area">
        <div class="middle-align content_sidebar">
            <div class="site-main" id="sitemain">
    			<?php if ( have_posts() ) : ?>
                    <header>
                        <h1 class="entry-title"><?php printf( __( 'Search Results for: %s', 'study-circle-pro' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
                    </header>
                    <?php while ( have_posts() ) : the_post(); ?>
                        <?php get_template_part( 'content', 'search' ); ?>
                    <?php endwhile; ?>
                    <?php study_circle_pro_pagination(); ?>
                <?php else : ?>
                    <?php get_template_part( 'no-results', 'search' ); ?>
                <?php endif; ?>
            </div>
            <?php get_sidebar();?>
            <div class="clear"></div>
        </div>
    </div>
    <?php get_footer(); ?>

    Regards
    Grace Themes

    #7297
    Giancarlo
    Participant

    thanks but if i replace the string between ”, php error occur

    i have tried to replace:
    <h1 class=”entry-title”><?php printf( __( ‘Search Results for: %s’, ‘study-circle-pro’ ), ‘<span>’ . get_search_query() . ‘</span>’ ); ?></h1>

    with this:
    <h1 class=”entry-title”><?php printf( __( ‘Risultati: %s’, ‘study-circle-pro’ ), ‘<span>’ . get_search_query() . ‘</span>’ ); ?></h1>

    And a php error occur.
    The same for noresult.php

    Thanks.

    #7300
    Grace Themes
    Member

    Hi Giancarlo,

    Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    #34170
    Sven Olthoff
    Participant

    Hi there,

    no problem of changing language, but of apperance. How can I change to a display of results without sidebar but just plain “full-width”?

    Thx for your support in advance.

    Regards
    Sven

    #34187
    Grace Support
    Keymaster

    Hi Sven Olthoff,

    To remove the sidebar from search result page, we will need to change the code.
    Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    #34205
    Sven Olthoff
    Participant

    Done.

    #34206
    Grace Support
    Keymaster

    Hi Sven Olthoff,

    The changes have been completed. I have changed the code in search.php file to display the search results page without a sidebar.
    Please check your website and let me know if you have any questions.

    Regards
    Grace Themes

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.