How to get post pagination like this
It’s not possible with wp_link_pages(), but you can use paginate_links(). You just need to configure the arguments so that the links are based on the pagination of your post/page. To do this you just need to know: The base URL. This is the permalink of the page/post. The format of the pagination portion of the … Read more