• I have instal the wp_pagenagvi at where i have past these code
    <?php wp_pagenavi(); ?>

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

    <?php wp_link_pages( … ); ?>

    and replace it with this:

    <?php wp_pagenavi( array( ‘type’ => ‘multipart’ ) ); ?>

    here is the code stylesheet of my code

    [783 line sylesheet removed]

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

Viewing 1 replies (of 1 total)
  • Moderator cubecolour

    (@numeeja)

    The stylesheet is not relevant to this, however it did list the theme name, blue peace: http://wordpress.org/support/theme/blue-peace

    Look at line 26 of the theme’s page.php for the wp_link_pages() function you want to replace.

    If editing the theme, you will lose any changes if the theme is every updated on your installation so, making a child theme including an edited copy of the page.php would be the best way to make this change.

Viewing 1 replies (of 1 total)
  • The topic ‘past the code’ is closed to new replies.