Problem Pagination Not Working, please help

Discussion in 'WordPress Plugins' started by Praveen Gowda I V, Nov 15, 2011.

  1. Hi,

    My blog is here, sometime back I had installed a pagination plugin but removed it a few weeks back
    Now whichever pagination plugin I install, pagination just does not work

    I have tried almost every plugin like Wp-paginate, Simple Pagination and many more but none of them work and the default "Old Entries" and "New Entries" link is displayed

    Can anyone please help me figure out why none of these pagination plugins are not working on my blog although they used to work before

    Thanks in advance
  2. Kevin Muldoon WordPress Fanatic!

    Can you confirm if you have modified your index.php and archive.php templates after you have installed each plugin?
  3. I have never modified index.php or archive.php anytime
    but I do remember modifying footer.php recently
  4. Kevin Muldoon WordPress Fanatic!

    You will need to edit your templates. The older and news entry links are hard coded into your templates. Nothing will change on your site unless you make the correct changes to your template.

    Post a link to the plugin you want to use and I'll walk you through the installation process :)
    Praveen Gowda I V likes this.
  5. Shiva Chettri Member

    I think I agree with Kevin, you need to install the codes that comes with the specific plugin to make those pagination appear.
  6. Thanks a lot Kevin

    I would like to use Simple Pagination, I have already uploaded the plugin and activated it
    but as you already know, its not working
    Please let me know, what I got to do ?
  7. Kevin Muldoon WordPress Fanatic!

    As per the simple pagination instructions, you need to find the references to next_posts_link() and previous_posts_link() in the loop section of your template and then replace the code with:

    PHP:
    <?php if(function_exists('wp_simple_pagination')) {
        
    wp_simple_pagination();
    ?> 
    A similar process has to be made if you want to add pagination to your comment template.


    Praveen Gowda I V likes this.
  8. Thanks a lot Kevin
    It worked :cool:
  9. Kevin Muldoon WordPress Fanatic!

    No problem. Glad you got it working.
    Praveen Gowda I V likes this.

Share This Page

Users found this page by searching for:

  1. simple pagination is not working in wordpress

    ,
  2. wordpress blog pagination not working

    ,
  3. pagination show but not working in wordpress

    ,
  4. wordpress pagination not working,
  5. simple pagination plugin not working,
  6. pagination not working with search wordpress,
  7. pagination not working in wordpress,
  8. wp paginate not working,
  9. problem pagination wordpress,
  10. how will pagignation plugins work wordpress