Wordpress

Transform Your Read More Link With a Little Pizzaz

Whether it be "[Read more »]" or the default "Read the rest of this entry »," your read more link is probably boring and you may be missing out on ways to increase your click through rate by changing the wording of your "Read More" link.

Hey, Copyblogger uses it, so it must work, right? Anyway, here's a quick rundown of how to do it…

Open up index.php for your WordPress theme…as usual, use the default theme as a reference if you're having trouble following along. Find the following line (it's line #12 on the default theme):

1
2
3
<div class="entry">
<?php the_content('Read the rest of this entry &raquo;'); ?>
</div>

The only thing you need to change is what's between the single quotes of the_content('…….'); – now change it so it looks like this:

1
2
3
<div class="entry">
<?php the_content('Click to continue &rarr;'); ?>
</div>

The "&rarr;" part is just the ascii code for a right arrow. Now your Read more link will look like this:

Click to continue →

John Crenshaw
John Crenshaw
President
UFO company founder. 15+ years experience in performance marketing.
Never miss an update
Get more training, case studies and ideas delivered directly to your inbox.
* We never share your personal info.
View our Privacy Policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Let’s make something great together
Let’s talk.

Get in touch and we’ll setup a quick call to discuss your needs, what we do, and figure out if we’re a good fit.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.