NO BUG: Filter URL loads different layout

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)

This page has a custom layout:
https://blog.mydayaway.com/

When filtering by tax term a new URL is generated. When I reload the page using this URL the layout is different.

How can I make it follow the category template eg.

Or at least trigger the filter on the current template when reloading the page.

Hi @Simbasounds ,

Please do not use any URL parameter that is reserved by WordPress or conflict with any other plugin’s parameter.

https://codex.wordpress.org/Reserved_Terms

You should be able to solve the problem by using _cat instead of cat for that filter.

Regards,
Jenn

1 Like

@itchycode Ah, got it, thank you!