Add "read more" Button in Magento 2 Blog - Open Source (Community)
Following steps to add "read more" tag in Magento 2:
- Navigate to M2 Admin Panel > Content > Posts.
- Select the blog post you want to add the "read more" button to.
- Scroll down to the Content section.
- Insert Pagebreak tag wherever you want.
5. Once you finish, Save a post and go to the checkout to see the result.
Add "read more" Button in Magento 2 Blog - Commerce (Enterprise)
- Navigate to M2 Admin Panel > Content > Posts.
- Select the blog post you want to add the "read more" button to.
- Scroll down to the Content section and start editing using the page builder.
- Insert HTML Code block wherever you want to add the pagebreak.
5. Start editing the HTML Code block.
6. Add the "<!-- pagebreak -->" code inside HTML Code block.
7. Once you finish, Save a post and go to the checkout to see the result.