• Resolved efil4renots

    (@efil4renots)


    Hey Guys,

    I am just wondering where I would need to go to change the button text on the “Read More” button, I have been looking for a while now in the “editor” but can’t seem to find it! If anyone could help me out it would be greatly appreciated! ??

    Thanks in advance!
    Martie”

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter efil4renots

    (@efil4renots)

    can anyone please help with this?

    Thread Starter efil4renots

    (@efil4renots)

    I finally found out how to do this, I worked it out myself,

    In the “editor” (under appearance), it’s in the “content.php” section, just do a text search for “read more” and then change the text between the ” symbols to whatever you want (see below)

    <?php the_excerpt(); ?>
    <p>“><?php _e( ‘Read More‘, ‘sparkling’ ); ?></p>
    </div><!– .entry-summary –>

    how do you get rid of the “read more” button altogether. using sparkling. I don’t want it to appear. I don’t want it to function by default. I want it only to be optional per individual post.

    to get rid of the “read more button altogether.

    I went into the Content.php page and simply removed this code.

    `<p>” title=”<?php the_title_attribute(); ?>”><?php _e( ‘Read More’, ‘sparkling’ ); ?></p>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is It Possible To Change the "Read More" Button Text?’ is closed to new replies.