Skip Navigation

[Resolved] Multiple url_param (s)

This support ticket is created 4 years, 11 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 4 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#1430163

I would like to catch for search filters select two type of parameter

I would like to implement an autofilled taxonomy search from the taxonomy value i the archive view

If the view is in a taxonomy archive
url_param = the_value_of_the_taxonomy

if the view is in another view
url_param = param_value

#1431237

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Do you mean that you have a view that you want to add at two different places that mean the same view will be added to some page and on taxhonmy archive page?

#1431287

I need to allow user to search also in the archive page and change current taxonomy

#1431301

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

if you have taxonomy archive and you want to filter the taxonomy archive using the same taxonomy? If this is true:
- you can't filter a taxonomy archive by the same taxonomy. WordPress Archives are not designed to work for a single term within a taxonomy.

The workaround would be to create a custom search view and add the taxonomy filter to it and add this view to your archive.