Category links -

Hi guys… I need some help:

If you take a look at the frontpage I have a list of categories, if I press on “Dekor” it goes to the right category, but if I then try to filter by category on the left it keeps the URL and adds another category which makes it not work.

Example: https://wp.mjosbetong.no/produktkategori/benders/…

What can I do?

Dev URL: https://wp.mjosbetong.no/

It makes sense that no products are shown in this case. The product list is already filtered by wordpress (because of the /benders/ in the url). if you now use the product filter on the left and select for example granitt it narrows down the list even more to only show products that have both categories (benders and granitt) applied to them.

What can you do? Well… I wouldn’t show the category filter on the left at all when you’re already on a category archive page.

Thanks for your quick reply :slight_smile: But what if I want customers to be able to quickly move to another category?

Well… you could for example use a query loop with a term query to query and output all available categories and links to their archive pages.

Good idea! thanks alot. will test it out :slight_smile: