I am trying to get something like this - hidden link where the area with the archive title is generated through a content template.
However, when I use the search filters and the result is "no items found", the content template stops showing and the title area dissapears. Take this search query for instance: hidden link
Hello,
The content template is for display post information, it is not recommended to use it to display WordPress Archive information.
In your case, you can try shortcodes, for example:
[wpv-archive-title] This shortcode displays the title of the WordPress archive page:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-archive-title
For taxonomy archive page, please try shortcode [wpv-taxonomy-archive info="name"]
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-taxonomy-archive
Ah, I was hoping that wasn't the case. I had first used reusable blocks there to enable me to standardise the design and easily update it across the website, but I soon found out that conditional blocks don't work within reusable blocks. Which is why I switched to using a content template as another support thread I'd read had recommended it. It would a really nice value add for toolset if you could introduce an alternative to reusable blocks that works with conditional blocks within it as well. Please add that in as a feature request if possible. Thanks!