how to delete Next and Previous from will_paginate

Hi there I am using will paginate in several scenarios. I want to delete the next and previous from it. Is there a way?

Hi there I am using will paginate in several scenarios. I want to delete the next and previous from it. Is there a way?

You can supply a custom LinkRender subclass if you want to control how
this sort of thing i displayed (might be a better way, that's just how
I would do it).

Fred