Custom wp_link_pages for paginated posts | Next page randomly
Changing the wp_link_pages() function is an option, but randomizing either the page numbers or page links may be detrimental to the user’s experience as he’s expecting a normal page link structure while noticing random page numbers, e.g. in the post’s URL. However, there exists a content_pagination filter that lets you alter the post’s $pages array. … Read more