This lets you split posts on a Ghost blog into multiple pages. Alls you have to do is put the scripts in, style the buttons, and place a special comment wherever you want the page breaks. This script will use the hash string to denote post pages, i.e. http://your-blog.com/post-123/#2
- Include the
post-pages.jscontents in a<script>tag in the footer section of the Code Injection part of settings. - Include the
style.csscontents in a<style>tag in the header section of Code Injection. (And change styles however) - To insert a page break, put an HTML comment
<!-- page-break -->in the post. - Profit!