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?
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?
You're looking for:
_wp_link_page( $page_number );
Must be used inside loop, and it return the opening tag:
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.