how i can set pagination in theme editor by using wp-pagenavi plugin?

Home Forums WordPress Theme Support BresponZive Mag how i can set pagination in theme editor by using wp-pagenavi plugin?

This topic contains 3 replies, has 2 voices, and was last updated by  waseem 5 years ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8874

    waseem
    Member

    hi
    i want to change pagination in my posts , how i change the pagination by using wp-pagenavi plugin.

    chek this link

    #8887

    Raja CRN
    Keymaster

    Hello,

    Please edit the includes/blog_loop.php file and replace that with your navi plugin function.

    Thanks

    #8977

    waseem
    Member

    sir , tell me which code replace navi plugin function?

    <div class=”blog-lists-blog clearfix”>
    <div id=”themepacific_infinite” class=”blogposts-wrapper clearfix”>
    <?php if (have_posts()) : while (have_posts()) : the_post();
    get_template_part( ‘content’, get_post_format() );
    endwhile;
    ?>
    </div>
    <?php else: ?>
    <h2 class=”noposts”><?php _e(‘Sorry, no posts to display!’, ‘bresponZive’); ?></h2>
    </div>
    <?php endif;?>
    <?php wp_reset_query();?>
    </div>
    <div class=”pagination clearfix”>
    <?php bresponZive_themepacific_tpcrn_pagination(); ?>
    </div>

    #10269

    waseem
    Member

    ok now you can try this app link.
    showbox app

Viewing 4 posts - 1 through 4 (of 4 total)

Only Verified Customer of this Theme Can post reply to this Support Topic! .