Viewing 1 replies (of 1 total)
  • in the engrave files you’ve downloaded there’ a folder named admin. Open that and you’ll see a folder named main. In that folder open the options folder. Then open the file called blog.php

    In that file you’ll find the following lines of code:

    // Input ‘Read more’ link
    function thinkup_input_readmore() {
    global $post;
    printf( ‘<p>‘ . __( ‘Read More’, ‘lan-thinkupthemes’) . ‘</p>’,
    get_permalink($post->ID)
    );
    }

    change ‘Read More’ to whatever you want and then save and upload this file back onto your server.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change "Read More" text?’ is closed to new replies.