• Kando5

    (@kando5)


    Can you change the text on the Continue Reading button so i can make it in my own lenguage. I couldn’t find where is this defind so if sombody can help me with that it would be great ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • ghanshyam.nitsan

    (@ghanshyamnitsan)

    You can find it in function.php

    You can find the code below on line 41 in content.php:
    41: <?php the_content( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘twentyeleven’ ) ); ?>

    just change the word ‘Continue reading’ to what you want that success…

    example: <?php the_content( __( ‘Read more <span class=”meta-nav”>→</span>’, ‘twentyeleven’ ) ); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text Continue Reading button’ is closed to new replies.