Hi
Im not too sure how to do this, but im trying to create pagination on a customers testimonials page. the customers testimonials page has a tv called testimonials which allows items to be added to the list which works fine. the problem is that im trying to create a pagination for it. im trying to make it for every 8 testimonials show on each page
my original code to call the tv was:
[[!getImageList? &elementClass=`modSnippet`
&tvname=`testimonials`
&tpl=`testiItem`
&limit=`8`
]]
in the template i have changed this to:
[[!getPage? &elementClass=`modSnippet`
&element=`getImageList`
&tvname=`testimonials`
&tpl=`testiItem`
&limit=`8`]]
and added: [[!+page.nav]]
but the pagination doesnt show anything?
when i manually append to the end of the url ?page=2 on the testimonials page, it does show the remaining testionials but it also shows the blank template for the remaining testimonials that doesnt exist.
not too sure what im doing wrong? please help