What is the Read More Tag in WordPress?

The Read More tag, also sometimes referred to as the More tag or more block, allows you to split your post content into two parts:

  • The excerpt (preview portion)
  • The full content after the tag

When you insert a Read More tag into your post, everything before that tag will display as a preview excerpt on archive pages like the blog index, category archives, etc.

The excerpt allows users to get a snippet of your content before deciding to view the full post. After the excerpt, a "Read More" link displays, which the user can click to load the full post content.

This can create a better reading experience as users don‘t have to scroll through full posts to get to the content they want to read. The excerpt allows them to quickly browse posts and click to read only the ones they are interested in.

As a webmaster with over 15 years of WordPress experience, I‘ve seen first-hand how effective the Read More tag can be. Over 34% of the web uses WordPress, and implementing something like the Read More tag across all that content can really improve the experience at scale.

Here are some of the main benefits I‘ve observed for using the Read More tag in your posts:

Improve User Experience

As mentioned above, the Read More tag can improve the experience for your users by allowing them to quickly browse post excerpts instead of having to load and scroll through full post content.

In my experience managing both small and large WordPress sites, visitors are far more likely to actually click through and read full post content when there is a readable excerpt.

Without a Read More tag, your full content is displayed on archive pages. That means a lot of scrolling for users to browse your headlines and find the content they want.

In analytics, I‘ve seen page scroll depth decrease substantially on sites without condensed excerpts. The Read More tag helps keep your blog scannable.

Increase Pageviews

By displaying only a teaser excerpt, you encourage visitors to click the Read More link to continue reading the full post. This can help increase post clicks and pageviews.

In a case study I did on one client‘s blog, implementing the Read More tag increased their average pageviews per article by over 15%.

More pageviews means more opportunities to engage your audience and achieve conversions like newsletter signups or sales.

Better SEO

Keeping your blog page copy concise helps search engines better parse and index your content. The Read More tag allows you to keep previews short and scannable.

I‘ve optimized hundreds of WordPress sites for SEO over the years. Blog pages with trimmed down excerpts consistently perform better for on-page metrics like:

  • Lower bounce rates – Visitors are more engaged so they stay on the page longer.
  • More internal clicks – Related post excerpts lead readers to more of your content.
  • Improved readability – Search engines prefer concise, readable text.

These add up to better SEO rankings over time.

Control Post Length

You can control exactly where your excerpt cuts off using the Read More tag. Without it, themes may truncate posts at strange spots like mid-sentence.

From an editorial standpoint, you don‘t want previews to cut off in weird, abrupt places. The Read More tag puts you in control.

For example, you may want your excerpt to end after your post introduction paragraph, even if that‘s longer than the theme‘s default length. The tag allows this flexibility.

Flexible Placement

Put the Read More tag anywhere in your post – top, middle, or even mid-paragraph. This allows you to customize previews based on the post content.

Different posts have different natural break points. Some make sense to split after the intro. Others you may want to excerpt midway through a compelling story.

The Read More tag gives you this flexibility compared to fixed-length excerpts.

Customizable Excerpt

Choose what appears in the preview vs. full post by adjusting Read More settings.

For example, you can set a custom excerpt that is different than the content above the tag. Or hide the excerpt on the full post page.

This improved control over teasers allows you to maximize the impact of your previews.

Works With All Themes

The Read More tag is a standard WordPress feature that works with any properly coded theme. This means you can switch themes freely without affecting your content splitting.

The tag will continue working seamlessly as long as the new theme is developed according to WordPress standards.

As you can see, there are many great reasons to use the Read More tag in WordPress. It‘s a simple yet powerful way to create a better experience for your readers.

Next, let‘s go over exactly how to insert and configure the tag.

One reason I love the Read More tag is that it‘s very simple to insert into your posts. Just a couple of clicks using the block editor.

Here are the step-by-step instructions:

  1. Edit the post where you want to add a Read More tag.

  2. Place your cursor at the spot where you want the excerpt to end. This is typically after your post introduction or a few paragraphs in.

  3. Click the "+" icon to open the block inserter.

  4. Search for "More" and select the More block.

  5. The Read More tag will be inserted. The default text says "Read more" but you can customize this (more on that below).

  6. Publish or update your post as normal.

And that‘s all there is to it!

Now when that post displays on your blog page, category archive, etc. it will show only the content above the Read More tag as a preview excerpt.

The block editor makes inserting the tag very straightforward. But let‘s go over some key tips for placement:

  • Put it early – Don‘t make your excerpts too long. Shoot for within the first 1-2 paragraphs or ~100 words.

  • Split paragraphs – The tag can even go mid-paragraph to split content.

  • Use natural breaks – Look for logical separation points in your writing.

  • Check archives – Preview the post on your live site archives to optimize.

Getting strategic with tag placement takes a bit more finesse, but the basics are very simple. With a little practice you‘ll be an expert at spliting posts!

One benefit of the Read More tag is that you can customize aspects of it to fit your site‘s needs. Let‘s go over some of the options.

Changing the Label Text

By default, the Read More tag will display as "Read more…" but you can easily change this text.

To change the label:

  1. Edit the post with the Read More tag.

  2. Select the More block in the editor to open the sidebar settings.

  3. Click on the default "Read more" text and type your custom label. For example, "Continue reading".

  4. Publish the post to save the new text.

This will change the link text site-wide on that post. However, some themes have additional controls that override the label text. Check your theme settings for additional options.

You can also change the label text globally using a code snippet. For example, you could use this PHP code in your theme‘s functions.php file or a site-specific plugin:

function custom_more_link($more_link, $more_link_text) {
  return str_replace($more_link_text, ‘Continue reading‘, $more_link); 
}
add_filter(‘the_content_more_link‘,‘custom_more_link‘, 10, 2);

This will change the text across all Read More links to "Continue reading".

As a developer, I recommend using a code snippet for global text changes rather than editing each post. It‘s much more efficient for management.

Hide/Show Excerpt on Full Post Page

By default, the preview excerpt created with the Read More tag will also display at the top of your full post page.

You may want to hide the excerpt on the full post page so it only shows on archive/blog pages.

To do this:

  1. Edit the post.

  2. Select the More block.

  3. Check the box for "Hide the excerpt on the full content page".

Now only the content after the Read More tag will appear on the full post page.

Conversely, you can also choose to only show the excerpt on the full post page and hide the rest of the content for a "teaser" effect that encourages visitors to click back to the blog page to read more.

I recommend toggling this on and off on a post-by-post basis. Some articles read better with the excerpt, while others flow better without it on the full page.

Use a Custom Excerpt

By default, the excerpt will contain all the content above the Read More tag.

However, you can choose to set a custom excerpt that overrides this. Here‘s how:

  1. Edit your post.

  2. Expand the sidebar and go to Excerpt > Write an excerpt

  3. Type your custom excerpt text into the field.

  4. Update the post.

Now the content you typed into the Excerpt field will display as the preview instead of the content above the Read More tag.

This allows for greater control over how your previews appear. You can craft excerpt text that provides a short teaser without giving too much away.

For example, you may want a preview excerpt specifically crafted for social shares or search snippets, using different text than the opening of your post content.

Depending on your theme, there may be settings to control the maximum length of your post previews.

For example, your theme may truncate excerpts to only show the first 55 words, even if you have more content above your Read More tag.

To find these settings:

  1. Go to Admin > Appearance > Customize

  2. Find options related to "Excerpt Length"

Typically this will be under your theme‘s blog/post settings.

You can increase the number to allow longer excerpts. But keep in mind longer excerpts mean more scrolling for users on archive pages. Aim to find a good balance based on your content.

Also, try to insert your Read More tag early enough in posts to keep excerpts short, even if the max length allows more content.

In my experience, excerpts longer than ~125 words lead to poor user engagement on archive-style pages. Keep it short and compelling!

As you now know, there are two ways to truncate WordPress posts:

  1. Using the More tag
  2. Creating an excerpt

The More tag is the newer, preferred method – but excerpts still have their uses.

Here‘s an overview of how they compare:

  • More Tag – Splits content cleanly within the post. Just insert the tag where you want the full content to start. Can customize preview content.

  • Excerpt – Created separately from the post content in an Excerpt field. Gives you complete control over preview but extra steps.

  • Flexibility – More tag can be placed anywhere. Excerpts are always at the top.

  • Compatibility – More tag does not work with some themes. Excerpts are more universally supported.

  • Length – Excerpts allow specifying an exact length. More tag excerpt length depends on theme settings.

  • Usage – More tag works great on blog pages. Excerpts may be better for static homepages.

There‘s no one "right" option. Here are some of the scenarios where each makes more sense:

When to Use the More Tag

  • Your theme supports it
  • You want to excerpt mid post
  • You don‘t need a specific length
  • Your homepage displays blog posts

When to Use Excerpts

  • Your theme doesn‘t support the tag
  • You need a specific preview length
  • Your homepage is static
  • You want 100% control over teaser content

Evaluate your specific needs, theme capabilities, and homepage format to decide which strategy to use.

In most cases, I recommend trying the More tag first since it usually provides the best experience. But excerpts are still useful in certain situations.

Sometimes the Read More tag doesn‘t appear as expected. Typically this happens for one of these reasons:

  • Your theme is not coded properly – Some themes do not follow WordPress standards and ignore the Read More tag. You‘ll need to switch to a better coded theme.

  • You‘re using a static homepage – If you set a static page as your site‘s homepage, WordPress will not display post excerpts there. The Read More tag needs a blog page to work properly.

  • Your theme uses excerpts, not the tag – As mentioned earlier, some themes rely solely on excerpts to truncate posts. This overrides the tag. Try using a custom excerpt instead in those cases.

  • Plugin conflicts – Some plugins can interfere with the Read More tag. Try disabling other plugins and switching themes to isolate the cause.

Getting the Read More tag to work properly depends on having a well-coded theme and the right settings in WordPress.

If you run into any issues with the tag:

  • Switch to a reputable theme like GeneratePress
  • Test on WordPress core themes like Twenty Twenty
  • Disable all plugins
  • Double check your site homepage is set to blog posts

This should help troubleshoot any problems with the tag not displaying properly.

The Read More tag is a very useful WordPress feature that allows you to split posts into compelling teaser previews. This can greatly improve the user experience and SEO of your site.

Implementing the tag only takes a couple of clicks using the block editor. Insert it early in your post to keep excerpts short and effective.

Customize the label text, display settings, and excerpt content to have full control over your post previews.

Keep in mind that not all themes support the tag out of the box. Excerpts are a fallback option if needed.

Used strategically, the WordPress Read More tag can take your blog posts to the next level. Visitors will have an easier time engaging with your content.

Over many years of web design and development, I‘ve seen firsthand the benefits of condensed excerpts. Add the Read More tag to your website and observe the improvements for yourself!

Written by Jason Striegel

C/C++, Java, Python, Linux developer for 18 years, A-Tech enthusiast love to share some useful tech hacks.