Title: Continue reading
Last modified: August 22, 2016

---

# Continue reading

 *  [banos](https://wordpress.org/support/users/banos/)
 * (@banos)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/continue-reading-18/)
 * Hi,
    I’m using sequential theme with wordpress.org…
 * From my Home page, I have automatic links to the entire articles “CONTINUE READING”.
 * As my blog is in french, I like to change that on “LIRE LA SUITE” but I can’t
   find where to change that ;-(
 * Help would be strongly appreciate 😉
 * Thks in advance

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/continue-reading-18/#post-5838853)
 * Hi there – do you still need help with this?
 * To install Sequential in French, you would first download the .mo file from here,
   by using the Export option at the bottom left:
 * [https://translate.wordpress.com/projects/wpcom/themes/sequential/fr/default](https://translate.wordpress.com/projects/wpcom/themes/sequential/fr/default)
 * Rename that file to fr_FR.mo
 * You’ll then need to create a [child theme](http://codex.wordpress.org/Child_Themes)
   and place the .mo file you downloaded in a new **languages** folder within your
   child theme folder.
 * Finally, you’ll need to add a function to your child theme’s functions file to
   make the child theme recognize the language file.
 *     ```
       add_action( 'after_setup_theme', 'my_child_theme_setup' );
       function my_child_theme_setup() {
           load_child_theme_textdomain( 'sequential', get_stylesheet_directory() . '/languages' );
       }
       ```
   
 * I posted full instructions for someone else in another thread: [https://wordpress.org/support/topic/how-to-resize-widget-area?replies=15#post-5675659](https://wordpress.org/support/topic/how-to-resize-widget-area?replies=15#post-5675659)
 * Let me know how it goes.

Viewing 1 replies (of 1 total)

The topic ‘Continue reading’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/continue-reading-18/#post-5838853)
 * Status: not resolved