Hi all,
I am creating a new site where users can view the sites content in different ways, I have 3 layouts (blog, grid, normal) I created a new template group called “layout” and all the layouts work perfectly.
I use the following to call the layout via the top menu:
mysite.com/layout/blog
mysite.com/layout/grid
mysite.com/layout/normal
Each layout has a pagination code attached to it. Now the issue is if people click on the grid layout and are on page 5 if they click on the blog layout they will be taken back to the first page and have to click forward again to get to page 5 for that layout, is there a way of fixing that so if you are on page 5 on the grid layout and click on another layout you stay on the same page number but see another layout?
(e.g. mysite.com/layout/blog/P5 -> mysite.com/layout/blog/P5)
Everything else works but just have this minor issue that I hope someone can help me with 😊
Thanks again in advance to anyone able to help.
Tony