Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You are trying to paginate pages inside a post?

    http://wordpress.org/plugins/wp-pagenavi/installation/

    “For multipart pages, you would look for code like this:”

    Thread Starter popi33370

    (@popi33370)

    I went back to the previous loop.php before installing the plugin, then I replaced <?php wp_link_pages( ... ); ?> by <?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?> as explained and i got the same result !!

    loop.php is the only file I modified.

    Plugin Author Lester Chan

    (@gamerz)

    Sorry I think we don’t get what each other means earlier on. But I think I roughly know. You put the code wrongly.

    Undo what you did and just put the normal pagenavi code (not the multiparty one) outside the loop and not within the loop.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘navigation in posts and not at bottom of page’ is closed to new replies.