• Resolved noivasemmiami

    (@noivasemmiami)


    Hello everybody!

    Please, I need help! I’m still having problems in changing the Read More text… I have done everything I read in the other topic, but it didn’t work.
    Maybe I should replace the permalink too, or something like that?
    I don’t know… I really need to switch languages, from English to Portuguese..
    By the way, I love the template! Tahnks for providing us this!

    Thank you so much!

    Noivasemmiami

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi.
    For change this text you need to edit file standart.php in post-formats folder.

    Find next code there:

    <?php if ( 'false' != of_get_option('post_button')) { ?>
    <a href="<?php the_permalink() ?>" class="more_link"><?php _e('Read more', 'duena'); ?></a>
    <?php } ?>

    and change Read more text any way you want.

    Note, if you will be make any changes don’t forget use child themes for it. You can find great tutorial here https://codex.www.ads-software.com/Child_Themes.

    Also you have second way – Duena is translate ready theme, but unfortunately now we haven’t possibility include more translate files into theme package, but you can do your own translate for yourself – here you can find some tips

    Thread Starter noivasemmiami

    (@noivasemmiami)

    Hi Andy!

    That worked! Finally!lol

    Thank you so much for giving me the correct way and tips!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Still having problems with "Read More text"’ is closed to new replies.