SO this only works on distintc pages and posts instead of multipart post/page?
SO this only works on distintc pages and posts instead of multipart post/page?
No, it works for multipart pages as well:
http://wordpress.org/support/topic/plugin-wp-pagenavi-wp_pagenavi-280?replies=14#post-2428061
<!--nextpage->
so what do i use to get the multipart navigation?
<?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?>
so where do i put that code?
weird !! its working now....
how do i make page-switching anchor to the navigation instead of jumping to the top?
or anchor to the first line of the next page? rather than jumping to the top of the page?
edit: also does it work in the comments?
No, it doesn't work for comment pages yet.
You must log in to post.