• Resolved whitelily85

    (@whitelily85)


    Hi there,

    Thanks for this theme, it′s working very well for me.

    Just a quick question, is it possible to customize the text of the “Read More” button on the front page?

    Many thanks in advace

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,

    This can be done only by editing a theme file, which is not that great of an idea.
    It is the /template-parts/content-home-featured.php file, this line:
    <span class="hero-button-span"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" class="hero-button-anchor"><?php _e('Read More','faith'); ?></a></span>

    If you want to translate it instead, then you should use a translation plugin, which would not require editing the theme file, thus this change will not be cancelled out during theme updates.

    I hope this helps.

    Best regards,
    Dumitru B.

    Thread Starter whitelily85

    (@whitelily85)

    Hi Dumitru,

    Thanks for the very fast reply, works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize “Read More” button’ is closed to new replies.