Skip Navigation

[Resolved] Use different filters on different instances of views

This support ticket is created 3 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Luo Yang 3 years, 3 months ago.

Assisted by: Luo Yang.

Author
Posts
#2198795

Tell us what you are trying to do?
I have two pages suing the same view.
hidden link
hidden link

I would like to use the same view but with different filters.

When I change the filter on the first page, it changes the filters on the other page as well. Which I found to be an unexpected behaviour.

I have a number of pages that I want to use the same view but with a different filter. Is there a way to achieve this without creating a new view for each?

#2198809

I thought I'd resolved this, but afraid not

#2199409

Hello,

There isn't such kind of built-in feature, to avoid the issue you mentioned above:
When I change the filter on the first page, it changes the filters on the other page as well.

I suggest you setup different post views + custom search form for each page, and use different URL parameter for each filter, see our document:
https://toolset.com/course-lesson/creating-a-custom-search/