Title: Change text Continue Reading button
Last modified: August 20, 2016

---

# Change text Continue Reading button

 *  [Kando5](https://wordpress.org/support/users/kando5/)
 * (@kando5)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-text-continue-reading-button/)
 * 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](https://wordpress.org/support/users/ghanshyamnitsan/)
 * (@ghanshyamnitsan)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/change-text-continue-reading-button/#post-3461322)
 * You can find it in function.php
 *  [keokimsongquestion](https://wordpress.org/support/users/keokimsongquestion/)
 * (@keokimsongquestion)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/change-text-continue-reading-button/#post-3461458)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/multi-color/4.3/screenshot.png)
 * multi-color
 * [Support Threads](https://wordpress.org/support/theme/multi-color/)
 * [Active Topics](https://wordpress.org/support/theme/multi-color/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/multi-color/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/multi-color/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [keokimsongquestion](https://wordpress.org/support/users/keokimsongquestion/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/change-text-continue-reading-button/#post-3461458)
 * Status: not resolved