Forums

WP-PageNavi (4 posts)

  1. sergeylandar
    Member
    Posted 6 months ago #

    After installing this plugin nothing change:( I still see 'Older post' and 'Newer post'. But i want to see: 1 | 2 | 3

    Any ideas?

    Thank you.

  2. Marventus
    Member
    Posted 6 months ago #

    Hi,

    Did you read the plugin's documentation, particularly, the Installation instructions?
    You need to edit your template files and replace your current page navigation code with:

    <?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?>
  3. sergeylandar
    Member
    Posted 6 months ago #

    Not read:(
    changed next|prev to <?php wp_pagenavi(); ?> and now all working

    Thank you, Marventus!

  4. Marventus
    Member
    Posted 6 months ago #

    No worries. Glad it is working now!

Reply

You must log in to post.

About this Topic