Hello,
I am trying to add “Previous Page|Next Page” navigation to the category pages of my photo gallery. I used the gallery module to create it. Each category page has up to 8 thumbnails that link to detail pages for each product. Some of my categories have as many as 30 products, so I want to be able to navigate from page to page.
I inserted the code below, but I can’t seem to get it to work. The links appear, but go nowhere. I would also like to add “page—of (total pages)
{paginate}
{if previous_page}
Previous Page
{/if}
{if next_page}
Next Page
{/if}
{/paginate}
thank you