Is there a way to enable pagination in the mod_latestblogs module?
What we are trying to do is the following:
1. List the latest 5/10 blog posts on the front page of the site
2. At the end of this listing, we want to provide a "next page", which will the list the previous 5/10 posts and so on.
What would be the best way to achieve this result?