I need to show the selected taxonomy name as h1 according to the selected filter that is chosen.
I tried many things but cannot display it.
As you can see here: hidden link
I need a heading h1 with "Grasmaaiers".
I doesn't display it outside the loop. When I put it inside the loop it set it on all the items... I just need it above the page (and changeble if another filter term is selected)
Hello, unfortunately Toolset does not provide a simple way to display the selected filter terms exactly like you have described. In the loop of results, you can display the terms associated with each post, as you mentioned. But there is no simple way to display the terms selected in the custom search filters. That would require custom programming, since you need a way to get a term name based on its slug in a URL parameter. There are no built-in shortcodes or blocks that offer this type of display. Another User shared their own fantastic custom shortcode solution for a similar problem here: https://toolset.com/forums/topic/how-can-i-display-the-name-of-a-taxonomy-specified-in-the-url-by-its-slug/#post-393027
You might be able to customize that solution to fit your requirements, but since this isn't related to any Toolset APIs it is custom code that falls outside the scope of support offered here, per our support policy: https://toolset.com/toolset-support-policy/
Thanks Christian, I altered the code and it works!