Pagination Plugin

Discussion in 'BlogsTrend WordPress Theme' started by exotoxin, Oct 25, 2012.

  1. exotoxin

    exotoxin New Member

    Joined:
    Oct 14, 2012
    Messages:
    2
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    After activating plugin
    Open index.php file and add
    Code:
    <?php if(function_exists('wp_paginate')) {
        wp_paginate();
    } ?>
    
    In place of
    Code:
     <?php inkthemes_pagination(); ?>
    As shown in image.
    [​IMG]

    Thanks.
     

Share This Page