Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Is there a way to place the paginator outside of the main pages tag ?
Thank you!
Yes.

Where ever you want to place the <cms:paginator /> tag, outside the main <cms:pages>...</cms:pages> use the following code:

Code: Select all
<cms:pages masterpage=k_template_name paginate='1' limit='5'>
    <cms:paginator />
</cms:pages>


make sure that you set the paginate='1' in the main <cms:pages>...</cms:pages> and the paginator part too.
Similarly, the limit='<value>' has the have the same value as the limit parameter in your main <cms:pages>..</cms:page> tag.

Hope this helps.

Please do let us know if this solves your issue.

Regards,
GenXCoders
Image
where innovation meets technology
2 posts Page 1 of 1