Viewing 1 replies (of 1 total)
  • Plugin Author Eric

    (@emartin24)

    Have you put in the pagination code?

    <?php if(function_exists('wp_paginate')) {
        wp_paginate();
    } ?>

    Depending on the version of WP or theme you are using, that should go into your loop.php or index.php file.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Paginate] I see no difference’ is closed to new replies.