• Resolved philippe09270

    (@philippe09270)


    Hello,
    Super wordpress theme, congratulations!
    I would like to know how to replace, on the homepage, in the presentation widget section extract, READ MORE by read the following in French.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hii philippe09270,

    Make child theme
    Go to child theme directory Open home-blog.php file and see the below code at line no. 47 –

    <a href="<?php the_permalink(); ?>" class="enigma_blog_read_btn"><i class="fa fa-plus-circle"></i><?php _e('Read More','enigma'); ?></a>

    replace it with below code and save the file –

    <a href="<?php the_permalink(); ?>" class="enigma_blog_read_btn"><i class="fa fa-plus-circle"></i><?php _e('Lisez ce qui suit','enigma'); ?></a>

    Thanks.

    Thread Starter philippe09270

    (@philippe09270)

    Thank you ++++++++++++++++++++

    Your Welcome,

    Let us know for further query.

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

The topic ‘How to replace READ MORE?’ is closed to new replies.