jcoillard

Participant

Forum Replies Created

  • In reply to: Moving "more-link" button to the left of posts

    #39446

    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 &raquo;' => 'Lire la suite de ' . get_the_title('', '', false) . '/&raquo;',
    );
    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/

    In reply to: Moving "more-link" button to the left of posts

    #39445

    I tried your post but no effects.

    The Graphene theme is already translated to french.

    I would have like to add post title

    In reply to: Moving "more-link" button to the left of posts

    #39443

    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

    In reply to: Moving "more-link" button to the left of posts

    #39441

    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 ?

    In reply to: post image as header image

    #11171

    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 ?

    In reply to: Backgroud color for Site Title and Tagline

    #11382

    Thanks Syahir, i will try something (i’m not expert in CSS)

Viewing 6 posts - 1 through 6 (of 6 total)