• Hi,

    my blog is found here:
    http://onlinediamondbuyingguide.com/blog/

    Whenever we add a “insert more tag” to a post to break up the content on the main page, the hyperlink “Continue Reading =>” appears.

    I would like to change and edit this text. For example to show: “Click here to read the rest of this post =>”

    Which files or lines in the coding should i edit to achieve this?

    Thanks alot in advance!

    paul

Viewing 1 replies (of 1 total)
  • content.php:

    <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) ); ?>

    if you are loking at the automatic excerpts (in search results), there is the corresponding text in functions.php:

    return ' <a href="'. esc_url( get_permalink() ) . '">' . __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyeleven' ) . '</a>';
Viewing 1 replies (of 1 total)

The topic ‘Read More Tag Edit’ is closed to new replies.