Get a link to paged(<!--nextpage-->) part?

I want to get a link (like get_permalink($id) ) to it's specific page of a post (created by !--nexpage-- tag)..

how to achieve this?

Topic nextpage paged permalinks pages Wordpress

Category Web


You're looking for:

_wp_link_page( $page_number );

Must be used inside loop, and it return the opening tag:

http://wpseek.com/function/_wp_link_page/

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.