Re: Default Pagination
Hi mind-sparkle, and welcome to the Wolf forums.
I'm curious if there is a way to add previous/next links to the pagination helper?
Something like that: <previous 1 2 3 next>
I think you have two possibilities: (1) use the "num_links" option (see #3, "Set up help") and set it to a low number to trigger the "First"/"Last" links; or
(2) use the alternate Pager helper which includes different styles with the "Previous"/"Next" already implemented.
I guess there is a third option, which is to do a bit of code hacking
but maybe it's worth exploring those other suggestions first.
Hope that helps!

