Problem: I have a View built in a Content Template that displays on all posts in a custom post type. If the View does not display results, I would like to hide the corresponding header text in the template.
Solution: Move the header text into the view itself, and use a conditional block to hide it if the number of results found is less than 1.