Home Forums Archived Forums Weaver II Theme Weaver II Pro Permalinks-Title in search results Re: Permalinks-Title in search results

#25988
hacki77
Participant

You mean what language the wordpress-Installation is? It’s german. There is no german Version of weaver II pro, right? Or can I change the language of weaver pro somewhere?? Where can Im find the translation file?
I also had to change the other messages in the search.php. For example this:

<?php if ( have_posts() ) : ?>

                <header class=”page-header”>
                    <h1 class=”page-title search-results“><span class=”search-results-label”><?php printf( __( ‘Search Results for: “%s”‘,’weaver-ii’), ‘</span><span>’ . get_search_query() . ‘</span>’ ); ?></h1>
                </header>

Ich changed to:

<?php if ( have_posts() ) : ?>

                <header class=”page-header”>
                    <h1 class=”page-title Suchergebnisse“><span class=”search-results-label”><?php printf( __( ‘Suchergebnisse für: “%s”‘,’weaver-ii’), ‘</span><span>’ . get_search_query() . ‘</span>’ ); ?></h1>
                </header>

Is there any other way to do that?? And is there a solution to change the “Permalink to”-Text?

Thank’s a lot.