PHP code example of sectsect / wp-split-single-page

1. Go to this page and download the library: Download sectsect/wp-split-single-page library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

sectsect / wp-split-single-page example snippets


&post_date=20171231021559&preview_time=20171231021604
 php
<head>
    
    if ( is_single() && function_exists( 'add_rel_prev_next_paginated_posts' ) ) {
      add_rel_prev_next_paginated_posts( count ( CFS()->get('page') ) );
    }