Email popups are most commonly used for lead generation purposes and are quite popular among marketers targeting their website visitors for lead conversion. It can be seen on all types of websites, whether eCommerce, SAAS,...
Opening a BigCommerce store is a great way to start your new eCommerce business. BigCommerce is a powerful eCommerce platform that provides everything you need to create a successful online store. With BigCommerce, you can...
WordPress hosting services have become one of the most popular (if not the most popular) and widely used hosting options for websites all over the world. Millions of WordPress websites have been launched in recent...
If you are struggling with an accounting case study, you need help. First, you can find qualified accounting writers who can help you write a proficient case study. These writers know how to properly analyze...
A university paper writing service can provide you with multiple benefits. For one, they will write my essay paper for you within the time frame you set. This allows you to focus on other activities....
A sure key to getting the job you want is a successful interview. This is often the first way you communicate with a company representative or manager and the last if you don’t make the...
The major outcomes we seek from our digital technologies are, of course, effective learning and high student involvement. However, these are not always the easiest things to achieve. In this post, we’ll share six tips...
Do you want to use the More block on your WordPress website?
WordPress gives you several different ways to show a preview of your posts on the archive and homepage. This can help catch the visitor’s attention and get them to read the full post.
In this article, we will show you how you can properly use the More block in WordPress. We’ll also show you how to create an excerpt, just in case you’re using a theme that ignores the More block.
When to Use the More Block in WordPress
Many websites use post previews to encourage visitors to check out the full version.
By default, most modern WordPress themes automatically show a preview of your posts on the homepage and blog archives instead of the full post. For example, on our blog page we show a few words and then a ‘Read More’ link to see the full blog post.
This preview text helps visitors to see more of what topics are available on your blog without having to scroll through every post. It also helps to increase pageviews since your visitors will have to click through to finish reading a post.
You can control exactly what WordPress shows in these previews by using either the More block or an excerpt.
The best choice for your site will vary depending on your WordPress theme. Some themes will ignore any More blocks you create, so you’ll need to use an excerpt instead.
To help you show an engaging preview no matter what theme you’re using, we’ll be covering both More blocks and excerpts.
If you prefer to jump straight to a particular method then you can use the links below.
The WordPress block editor has a built-in More block that allows you to specify the exact cut off point for the preview text of any WordPress post. In the classic editor, it was previously known as the More tag.
You can add the More block anywhere in the post, including mid sentence or in the middle of a paragraph.
All of the content above the More block will appear on your blog archive pages and wherever else your posts are listed on your WordPress site. WordPress will also add a ‘Read More’ link to the preview, so visitors can click to read the full version of the post.
Note: Every WordPress theme is different and some may override the default ‘Read More’ label. With that in mind, you may see different text on your ‘Read More’ button.
Before you add a More block to your post, it’s important to check that your site is set up to show the latest posts on the homepage. If you are using a static page as your custom homepage, then your theme may ignore the More blocks and use its own settings instead.
Not sure if you’re using a static front page as your homepage? To check, simply go to Settings » Reading in the WordPress dashboard.
At the top of this screen, you’ll see a ‘Your homepage displays’ section. If ‘Your latest posts’ is selected, then you should have no problems using the More block.
To get started, simply open the post where you want to add a More block. Then, find the spot where you want to create the cut off point for your preview, and click on the + icon to add a new block.
You can then type in ‘More’ and select the right block to add it to your page.
Some themes have a limit on how many words they will show on their homepage and archive pages. There’s a chance your theme may override the More block if you try to include a very large number of words in your preview. With that in mind, it’s a good idea to create the cut off point early in the post.
You can now carry on writing the rest of your post as normal.
You’ll be able to see the More block when editing your post in the block editor, but your visitors won’t see it when they’re reading the post on your WordPress blog.
Just like any other block, WordPress has some settings that you can use to configure the More block. To see these settings, simply click to select your More block.
In the right-hand menu, you can now choose whether to hide or show the excerpt on the full content page, which is the page you’re currently looking at.
By default, all of the content above the More block will appear on the full content page, as you can see in the following image.
However, you may want to write a custom excerpt that will only appear on your homepage and archive page, and not in the full post itself.
To do this, simply click the ‘Hide the excerpt….’ slider to turn it from white to blue.
Now, everything above the More block will appear on the archive page and homepage only.
Once you’re finished, you can go ahead and save your changes by clicking on the Update or Publish button.
Now if you visit your homepage or blog archive page, you’ll see the preview you just created for this post.
Some themes are designed to show excerpts and will override all of your More blocks. If your homepage and blog archives aren’t showing the preview you created using the More block, then you may need to use excerpts instead.
How to Change the More Block’s ‘Read More’ text
By default, the More block will show a Read More link on your archive and homepage.
There are a few different ways to change this text, but you may get slightly different results depending on your WordPress theme. Some themes will override your changes with their own default settings.
To start, it’s worth checking whether you can change the Read More text using the WordPress post editor.
To do this, simply open any post that has a More block. You can then click on the default ‘READ MORE’ text and type in the text that you want to use instead.
After that, either update or publish the page as normal. You can then visit your homepage or blog archive to see whether the Read More text has changed.
If you’re still seeing the original Read More link, then you may need to override your theme’s settings using code.
function modify_read_more_link() {
return '<a class="more-link" href="' . get_permalink() . '">Check out the full post</a>';
}
add_filter( 'the_content_more_link', 'modify_read_more_link', 999 );
This replaces the default ‘Read More’ text with ‘Check out the full post,’ as you can see in the following image.
You can use any text you want by replacing ‘Check out the full post’ in the code snippet.
How to Properly Use Excerpts in WordPress
WordPress has two different ways to show a post preview. We’ve already covered the More block, but you can also create a preview using excerpts.
For the people who visit your WordPress blog or website, previews created using excerpts and the More block look exactly the same. However, some themes are coded to use excerpts, which means they will ignore your More blocks and show an excerpt instead.
If you don’t add an excerpt to a post manually, then WordPress will create one automatically based on the excerpt length defined by your theme. This can lead to previews that cut off mid sentence.
With that in mind, you can choose to create an excerpt manually instead. To do this, simply open a post and then click to expand the ‘Excerpt’ section in the right-hand menu.
In the ‘Write an excerpt box’ you can then either type in or paste the excerpt that you want to use for the post.
Don’t see an ‘Excerpt’ box in the right-hand menu? Then you can enable this setting by clicking on the three-dotted icon in the upper-right corner.
Once you’ve done that, click on Preferences.
In the popup that appears, simply click on ‘Panels.’
You’ll now see all the settings that you can add to the right-hand menu. Simply find ‘Excerpt’ and give it a click to turn it from white (disabled) to blue (enabled).
Then, simply close this popup. You should now have access to the ‘Excerpt’ settings in your right-hand menu.
Now, you can create an excerpt following the same process described above.
Once you’ve done that, simply save your changes and visit your site. You will now see your custom excerpt on the homepage and blog archive.
In this article, we will show you the eight best ways to increase the engagement of your Instagram account. So, let’s go. 8 Useful Tips for Getting More Engagement on Instagram It is not hard...
New research collected by the Scottish LibDems found that as many as 852 babies have been born addicted to substances in the past five years. Neonatal Abstinence Syndrome (NAS) is a condition that affects babies...
Small businesses need to do all they can to compete with other small and large companies. The key to success is often effective branding which many small businesses struggle with. If you want your business...
The role of a CEO is versatile. Not only are they responsible for instilling brand values in employees, but they are also for the long-term strategy of the business. They set the tone for how...
Countries censor the internet to restrict sharing content they deem inappropriate for their people. Governments aim to prevent cybercrime by controlling the internet, stopping the spread of fake news, and safeguarding copyrighted information. However, internet...
With the cutthroat competition in the online market, the quality of your website plays a massive role in determining your ability to generate leads and eventually make sales. However, if visitors doubt the legitimacy of...
There’s nothing a lot better than a wedding that feels completely unique to you. This makes the celebration even more personal, so we are rounding up some of our favourite lovely marriage ceremony ideas to make your big day time truly wonderful! The Cutest Table Numbers Which can be Guaranteed to Make Your Wedding Come …
Instagram is the foremost well-known instrument for businesses nowadays. In case you need Instagram to end up as a source of clients and profits for your business, you wish to memorize almost the components of...
Workplace training is vital in organizations because it allows them to provide their staff with multiple opportunities to improve their existing skills. As they do so, entrepreneurs can benefit from enhanced workforce productivity and company...
This article will explore some of the most worrying drug trends in the US today, providing important insights into the various different types of drugs that are causing health epidemics in America right now. See...