Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to stick it at the top of your footer.php child file with the code:

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

    You should probably create a div to contain it in.

    Hi demonboy,

    Thank you so much for the above suggestion.

    It worked perfectly for the last pages as well.

    Thanks & Regards,
    Nithin Kumar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to implement WP-Paginate in Twenty Thirteen?’ is closed to new replies.