Forum Replies Created
-
Solved with Prasanna solution, my problem was in finding the string to change (found it in languages/fr_FR.po)
<?php
function graphene_filter_gettext( $translated, $original, $domain ) {
$strings = array(
'Read the rest of this entry »' => 'Lire la suite de ' . get_the_title('', '', false) . '/»',
);
if ( ! empty( $strings[$original] ) ) {
$translations = &get_translations_for_domain( $domain );
$translated = $translations->translate( $strings[$original] );
}
return $translated;
}
add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );
?>Works fine now, thanks to all – http://julien.coillard.fr/
I tried your post but no effects.
The Graphene theme is already translated to french.
I would have like to add post title
Hi Prasann,
i tried this in a functions.php :
<?php the_content(‘Lire la suite …’); ?>
but nothing happens, i still have the old phrase
Tried other things found on the web, but still the same
Great thanks Syahir, works fine for the right position !
For changing the text to “Lire la suite” and post title did i need to use a function.php ?
I have just migrate to the version 1.2.1 (don’t remember the previous one – the version was loaded on 23 october 2010).
From this time ALL Featured Image don’t replace the header image !
The picture are all greater than 90*194
What can i do ?
Or
How can i go back to the preceeding version ?
Thanks Syahir, i will try something (i’m not expert in CSS)
Viewing 6 posts - 1 through 6 (of 6 total)
