If you want to split a WordPress post into multiple pages for easier reading or other reasons, you’ve come to the right place. It is very easy to split a long post into several pages with numerical pagination under the main body of the content and there are two easy ways to do it; both have the same effect, use built-in functions and require no action. additional plugins.
However, before we get into how to do it, we’d like to take some time to discuss why. If you’re already sure there are some posts you’d like to split across multiple pages, scroll down to the section and method that interests you the most.
There are at least three very good reasons to split a WordPress post into multiple pages: SEO, loading speed, and readability.
Most visitors will likely find your website using a search engine. Now, even the basics of SEO require some knowledge, and this is not the place to do it. Suffice it to say that there are more pages with relevant keywords that your website has. the better it rank in search engine results pages. However, remember that very short posts are bad for SEO: You should aim for at least 1000 words per page. This also means that you need to make sure that a search engine can find relevant keywords on all pages of a post, but be careful: overloading your pages with keywords can lead to keyword cannibalism.
Another disadvantage of very long pages is, slow load times, especially if your post contains a lot of images. A slow load time can negatively affect your users’ view of your website. This makes your content less likely to come back for more, no matter how good it is. In fact, a user may decide to leave the page before it is fully loaded. The number of these very short visits relative to the total number of visits is called a website’s bounce rate, and it is also a factor in search engine rankings. Pagination is an easy way to avoid slow load times, improve user experience, and reduce bounce rate.
It’s impossible to tell what your visitors’ preferences might be when it comes to readability, but in general, people tend to dislike overly long pieces of text. This is because it can be confusing to navigate through so much text, especially on the small screen of a mobile device, or people tend to have a shorter attention span, but for our purposes the underlying cause is not important: You can solve this by breaking your text into shorter functional wholes. The only thing you need to remember is not to chop it too finely.
The simplest way we can think of is to have a special Gutenberg to obstruct. We’ll start with a post with two paragraphs of lorem ipsum placeholder text.
To split a post into two pages, you must first place your cursor at the end of the paragraph you want to end the page with, create a new block and To enter. Next, click plus sign (+) add a new block and page break to obstruct.
You will immediately see the break in the text, the body of your post will not be paginated in the editor.
However, when you publish or preview your post, you will see your post split into two pages.
While the number of pages will of course depend on the number of hack blocks you use, the exact look and feel of your pagination links will depend on your theme, CSS, and other settings.
Of course, for some reason you may have disabled Gutenberg, the default editor of WordPress. That doesn’t matter: you can still divide your posts into pages with relative ease. if you are using Classical editor, you can use an HTML tag instead of a block. The sticker you need:
<!––nextpage––>
When editing text, simply copy and paste the tag where you want the cut to be in the text. text opinion.
You can achieve the same effect by using the keyboard shortcut while editing. Image opinion. Simply hit Alt+Shift+P and you will see the page break in the editor.
Sometimes this HTML may not work due to your theme settings. In this case, you need to edit your file. single.php file. To do this, go to: Appearance/Theme Editor Using your WordPress dashboard.
Find single.php Click on the file from the menu on the right and click. With this selected, you should find any code that starts with . . The code must also end with a > sign.
If such a tag exists, you must add the following between the tag open and close:
wp_link_pages(); ?
If not, just add everything to your file. single.php file:
<?php wp_link_pages(); ? >
As a result
As you can see, there are three good reasons and two easy and free ways to split a WordPress post into multiple pages. If you still want to reap the SEO benefits, the thing to remember is that you don’t divide your posts too small, and at the same time make sure that there are relevant keywords on each page. In terms of readability and UX, you should take care to break up your long posts into logical wholes, each of which should make sense on its own and should, if possible, begin with a title for easier user orientation.
So, whether you’re after SEO benefits, looking to improve load times, or simply working on aesthetics or readability, there’s no reason not to split your longer WordPress posts across multiple pages, and now you know how. he.
Support our work ❤️
If you enjoyed this article, consider leaving a tip to help us keep publishing great content.


























