Currently on EE 1.7.0 and have the pagination links at the bottom of a search results page. When there are more than five pages, the “first” and “last” links appear. The arrows, numbers and “last” links work fine, however the “first” link doesn’t add a trailing slash at the end which goes to a 404 page when clicked.
Couldn’t find where these link settings could be adjusted. Here’s my code:
{if paginate}
<div class='pagination_links'>
{paginate}
</div>
{/if}Pretty straightforward. Any ideas?
Thanks!
fyi - the site is still in development (launching soon) so if you need to see the page, PM me and I can send the url.