How to add pagination for wordpress home page
I needed something similar on my blog too. I used the following code to add the necessary links (adjust as required) <?php previous_posts_link(__( ‘<button class=”btn btn-primary pull-left”><i class=”fa fa-long-arrow-left”></i> Newer Posts</button>’ )) ?> <?php next_posts_link(__( ‘<button class=”btn btn-primary pull-right”>Older Posts <i class=”fa fa-long-arrow-right”></i></button>’ )) ?>