Title: Read More button&#8230;
Last modified: September 5, 2019

---

# Read More button…

 *  Resolved [qskk](https://wordpress.org/support/users/qskk/)
 * (@qskk)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/fucking-read-more-button/)
 * Hello, is it possible to translate the button Read more please?
    I try several
   functions, it is not as pretty as the basic button read more.
 * Can someone help me please?
    I would like this to be “Voir plus” and not “Read
   more”.
 * Thanks for your help.
    -  This topic was modified 6 years, 8 months ago by [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/).
      Reason: removed vulgarity

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [saurabh.dhariwal](https://wordpress.org/support/users/saurabhdhariwal/)
 * (@saurabhdhariwal)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/fucking-read-more-button/#post-10102010)
 * Hello qskk,
 * Add below code into your current active child theme’s functions.php file or you
   can create [custom plugin](https://codex.wordpress.org/Writing_a_Plugin) for 
   it.
 *     ```
       function new_excerpt_more($more) {
         global $post;
         return '&hellip;<p class="more-link"><a href="' . esc_url( get_permalink($post->ID) ) . '" class="themebutton2">' . esc_html__( 'Voir plus', 'consulting') . '</a></p>';
       }
       add_filter('excerpt_more', 'new_excerpt_more');
       ```
   
 * Hope this will helps you.
 * Thanks !
 *  Thread Starter [qskk](https://wordpress.org/support/users/qskk/)
 * (@qskk)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/fucking-read-more-button/#post-10105993)
 * Perfect, thanks you verry much !
    -  This reply was modified 8 years, 1 month ago by [qskk](https://wordpress.org/support/users/qskk/).
 *  [easyloan123](https://wordpress.org/support/users/easyloan123/)
 * (@easyloan123)
 * [8 years ago](https://wordpress.org/support/topic/fucking-read-more-button/#post-10259349)
 * Hello,
    Can i change a READ MORE button in content area? I want to translate.
   thanks for reply

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Read More button…’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [easyloan123](https://wordpress.org/support/users/easyloan123/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/fucking-read-more-button/#post-10259349)
 * Status: resolved