TheStigger1

Member

Forum Replies Created

  • In reply to: How can I translate buttom "continue reading" on russian?

    #22029

    Thanks 🙂 I’ll watch your tutorial!

    In reply to: How can I translate buttom "continue reading" on russian?

    #22027

    I don’t have something like “Russian text”, just something like this:

    * Returns a "Continue Reading" link for excerpts
    * Based on the function from the Twenty Ten theme
    *
    * @since Graphene 1.0.8
    * @return string "Continue Reading" link
    */
    if (!function_exists( 'graphene_continue_reading_link' ) ) :
    function graphene_continue_reading_link() {
    global $in_slider;
    if (!is_page() && !$in_slider) {
    $more_link_text = __( 'Continue reading »', 'graphene' );
    return '</p><p><a class="more-link block-button" href="'.get_permalink().'">'.$more_link_text.'</a>';
    }
    }
    endif;

    I tried to change “Continue reading” to my text, but I don’t know what to do with functions.php 😀 In what folder I need to put this file?`

    In reply to: How can I translate buttom "continue reading" on russian?

    #22026

    Thanks, I’ll try 🙂

    In reply to: Problems with slidebar and text "read full.."

    #22015

    *button, not buttom 🙂

Viewing 4 posts - 11 through 14 (of 14 total)

  • 1
  • 2