• Hi,

    I’m using the copyblogger theme (https://www.copyblogger.com/) on a blog here: https://blahpage.com/

    Unfortunately, pagination is not kicking in. Any advice? I’m not even sure where to begin. I tried installing some pagination plugins (wp-pagnavi and wp page numbers) but they had zero effect. I deactivated them.

    Please help – thank you!

    tripleminus

Viewing 1 replies (of 1 total)
  • Thread Starter tripleminus

    (@tripleminus)

    fixed it.

    Used:

    <div class=”navigation”>
    <div class=”alignleft”><?php next_posts_link(‘Previous entries’) ?></div>
    <div class=”alignright”><?php previous_posts_link(‘Next entries’) ?></div>
    </div>

    in index.php

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination not working with Copyblogger theme’ is closed to new replies.