Custom post pagination single.php
-
Hello,
I would like to customize the pagination of my post when I split them with the <!––nextpage––> tag.
I have the default 1,2,3,4 next
I would like : Previous 2/10 Next
I don’t know what to change in single.php : The concerned lines are
<?php wp_link_pages(array('before' => '<div class="pagination">', 'after' => '</div>', 'link_before' => '<span class="current"><span class="currenttext">', 'link_after' => '</span></span>', 'next_or_number' => 'next_and_number', 'nextpagelink' => __('Next', 'sociallyviral' ), 'previouspagelink' => __('Previous', 'sociallyviral' ), 'pagelink' => '%','echo' => 1 )); ?>
Here is a website using a custom post pagination : https://amazetify.com/entertainment/33-perfectly-timed-photos/32/
Thank you for your help !
- The topic ‘Custom post pagination single.php’ is closed to new replies.