How to make numbers to be dots in will_paginate Rails

90 Views Asked by At

I'm using will_paginate gem.

I would like to show the recent six blogs on the landing page using three dots instead of numbers. (2 posts per a dot)

I've spent some time for the research but couldn't find any related.

Is there a simple way to approach?

Update

For the better explanation, I attached a screenshot

I want to display 6 posts on the landing pages with dots instead of numbers.

Three dots will be three containers.

Each container displays two posts and users can go next clicking the dots.

enter image description here

0

There are 0 best solutions below