Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi

I have one page website with two divs (news list and blog list) and both using pagination.

The problem is, whenever I click on "next>>" in "news div" the parameter "pg" also changes the blog list view.
So, if I want to go to page 2 on news view, the blog list also changes to second page

Is there a way to make them "independent" ?

thanks,
Hi,

Is there a way to make them "independent" ?
There sure is -
please set the 'qs_param' to make cms:pages tag use a querystring parameter other than the default 'pg'. For example, you can do as follows for the blog listing -
<cms:pages masterpage='blog.php' paginate='1' limit='5' qs_param='pg2'>

This should make the two listings independent.

Hope this helps.
wow, this easy :)

thank you !!!
3 posts Page 1 of 1
cron