When migrating from WordPress to Astro, one encounters various challenges.
One is handling the WordPress “More” tag, which originates from the More Element in the WordPress Block Editor.
After converting the WordPress export to Markdown, you will find `<!– more –>` tags in your content. These tags serve as delimiters in WordPress, allowing you to define where the excerpt ends on listing pages.
Continue reading “A WordPress-like More Tag in Astro”