5 Simple “Read More/Continue Reading” Tag Design Styles

Using <!--more—> tag with “Read More/Continue Reading” is the most popular tag, that most of the bloggers already using and rest are planning.But if you want to Do something different with the tag or you don’t want walk in crowd with the same style.I will show you the possible ways you can customize it to look different.

There are some simple and powerful benefits with the more tag:

  • It keeps home page clean
  • It will give exposure to other post titles in home page
  • It will increase your page views

So,customizing the tag with innovative tips would be a great idea.Here we go with the customization…

Where can i find the tag: You can find the following code in your Index.php File

<?php the_content(__('Read more'));?>

1. Text Customization: You can edit the text “Read more” to you choice text like

“Continue Reading…”

“Click Here to Read more”

“Read More”

2. Special Char Styles: If you don’t want to follow the same text convention like other,you can go for some special HTML chars to guide your visitors.Follow this

<?php the_content('&raquo; &raquo; &raquo; &raquo;'); ?>

Would look like this:

3. Include title of the post in the more text: It will dynamically attach the title of the post at the end of “continue reading”.Follow this

<?php the_content("...continue reading" . get_the_title('', '', false)); ?>

Would look like this:

4. Custom text for each post: Enjoy with separate text for each post.Like “Read more” for one and “Wait,Still there…” for next post.In the visual editor, simply write

<!--more Your custom text –>

Edit “Your custom text” to your choice.So, you may have something like this:

<!--more But wait, there's more! –>

5. Adding An Image: You can add an image at the end of your Read More text.Follow this to have

<?php the_content('Read more...<img src="/Images/leaf.gif"
alt="read more" title="Read more..." />'); ?>

Here is what it might look like:

You can customize you image & text styles:

.moretext {
   width: 100px;
   height: 45px;
   background:url(/images/leaf.gif) no-repeat right middle;
   padding: 10px 50px 15px 5px}

If you’re familiar with HTML and little PHP,you can edit your more tag into many custom styles.Above are some basic and simple ways to edit.Ultimately having a good and attractive Read more tag is the aim.

Please Comment if you have any more ideas, I will try to update the post! Happy Blogging!

20 Responses to “5 Simple “Read More/Continue Reading” Tag Design Styles”

Leave a Reply

IMPORTANT! To be able to proceed, you need to solve the following simple math (so we know that you are a human) :-)

What is 5 + 6 ?
Please leave these two fields as-is: