• Hey, I’m looking everywhere but I can’t find where to translate search results page. I mean the text “Search Results:” in a WordPress theme Sento.

Viewing 1 replies (of 1 total)
  • I believe you should look at file:
    ./sento/admin/main/options/00.theme-setup.php

    In line 43 you have:
    printf( __( 'Search Results:', 'sento' ) . '%s', get_search_query() );

    However I am not sure if you will have to change it after every theme update or not.

Viewing 1 replies (of 1 total)
  • The topic ‘Translate "Search Results:"’ is closed to new replies.