Views Conditional Text adds a Query-only (conditional text) mode to Views displays.
When enabled, the View query is executed normally, but no fields, rows, exposed filters, pagers, or paths are rendered. This allows site builders to use Header, Footer, or Empty text areas to display conditional content based purely on whether the View returns results.
This is especially useful when you want to:
Show informational or status messages based on query results
Drive conditional UI text without rendering lists or entities
Use Views as a lightweight data check rather than a renderer
The module integrates as a Views display extender and works with Page and Block displays only.